Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode how to connect to WinSCP

Is there a way to connect Visual Studio Code to WinSCP program?

I tried that, but it doesn't work. I set this value to external editor "C:\Users\Omistaja\AppData\Local\Code\update.exe --processStart Code.exe !.!".

like image 932
Fubz Avatar asked May 02 '15 08:05

Fubz


People also ask

How does WinSCP connect to VS Code?

You can add VSCode as an external editor in WinSCP. Goto View/Preferences then select Editors in the box on the left, then click Add under Editor Preferences, then under Editor select External Editor and put in the path something like this: "C:\Program Files (x86)\Microsoft VS Code\Code.exe" !.!

How do I connect to a remote server using VS Code?

In VS Code, select Remote-SSH: Connect to Host... from the Command Palette (F1, Ctrl+Shift+P) and use the same user@hostname as in step 1. If VS Code cannot automatically detect the type of server you are connecting to, you will be asked to select the type manually.

Does VS Code support FTP?

The VS Code editor has native functionality for synchronizing with the server, but it is achieved by installing and configuring additional software on the server, which is not always possible.


1 Answers

You can add VSCode as an external editor in WinSCP. Goto View/Preferences then select Editors in the box on the left, then click Add under Editor Preferences, then under Editor select External Editor and put in the path something like this: "C:\Program Files (x86)\Microsoft VS Code\Code.exe" !.!

like image 94
user2069805 Avatar answered Sep 22 '22 20:09

user2069805