Reputation: 23
How can I disable the option not to open VS
and Code
tabs every time I open a file in VS Code?
It only occur when I open from WinSCP a file on a remote server.
Upvotes: 2
Views: 1372
Reputation: 202088
Check your WinSCP external editor preferences.
The command should be:
"%LOCALAPPDATA%\Programs\Microsoft VS Code\Code.exe" !.!
Nothing more. Nothing less.
See https://winscp.net/eng/docs/integration_editor#vscode
Upvotes: 3