sbh7600
sbh7600

Reputation: 23

VS Code opens "VS" and "code" window every time I open a file from WinSCP

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.

image

Upvotes: 2

Views: 1372

Answers (1)

Martin Prikryl
Martin Prikryl

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

Related Questions