Last active
January 22, 2025 20:22
-
-
Save Alistair1231/849a9d5600326b15c5477dba991a9848 to your computer and use it in GitHub Desktop.
vscode remote from cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# code --folder-uri "vscode-remote://ssh-remote+HOSTNAME/path/to/folder" | |
# code --file-uri "vscode-remote://ssh-remote+HOSTNAME/path/to/workspace.code-workspace" | |
# e.g. | |
code --folder-uri "vscode-remote://ssh-remote+nas/mnt/storage/apps" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment