With MobaXterm on Windows, I am able to open a SSH remote file with VSCode
just by double clicking it (after that I set this is my default text editor). However, I am not able to open a folder and all it subfiles with vscode.
The following screenshot shows that I can open the folder Badminton with VSCode as it is in local in my computer.
This next screenshot shows that I can't open folder OBSC - SingleBattery
with VSCode
which is a remote folder on a SSH session in MobaXterm.
When I double click OBSC - SingleBattery
, it enters inside it within MobaXterm (which is the most convenient behavior for a folder). Right+click doesn't allow you to open the folder with
, oppositely to files. I also tried to open the folder within vscode with the corresponding path:
C:\Users\MyUserName\AppData\Roaming\MobaXterm\slash\RemoteFiles\67288_7_20\Project.toml (One of the files within my folder that'd like to open with VSCode)C:\Users\MyUserName\AppData\Roaming\MobaXterm\slash\RemoteFiles\67288_7_20 (path that I open with vscode)
But that only opens one folder with one file (for this instance Project.toml
) instead of all the files inside the folder.
Using MobaXterm is mandatory. Using VSCode is not, I am open to Atom as well or any editor that you would suggest that can handle this functionality and is convenient for developing JuliaLang projects.