Closed cbueche closed 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 ?
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.
On the competing vscode extension, I can call it from command line using this syntax:
Is there an equivalent syntax with codium and open-remote-ssh ?