I wonder if Vscode can resolve folder uris like: "vscode-remote://ssh-remote+cnotch/~/myFolderInMyHome"?
I never needed to use absolute path with ssh tools like ssh
or scp
and seems like it should work with vscode too.
Asked
Active
Viewed 46 times
0

vmiheer
- 147
- 9
-
can you use the environment variable `HOME` – rioV8 Nov 13 '20 at 22:33
-
Tried ``Powershell > code --folder-uri "vscode-remote://ssh-remote+cnotch/`$HOME/myFolderInMyHome"`` that doesn't work. – vmiheer Nov 13 '20 at 22:47