jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
309 stars 43 forks source link

call the extension from shell with server and path #129

Closed cbueche closed 10 months ago

cbueche commented 10 months ago

On the competing vscode extension, I can call it from command line using this syntax:

code -n --folder-uri "vscode-remote://ssh-remote+server1/home/me/dir2"

Is there an equivalent syntax with codium and open-remote-ssh ?

cbueche commented 10 months ago

The same syntax is working :+1:

codium -n --folder-uri "vscode-remote://ssh-remote+server1/home/me/dir2"

Didn't work initially, no idea why.