How can I open remote files in VS Code using Blink Shell? #1534
-
How can I open files from remote ssh host in VS Code? How can I work remotely with VS Code and SSH? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
With an already configured host in Blink Shell, you can open any local or remote URLs, following the same format as SFTP/SCP commands. code dev:~/projects/new Make sure you introduce the key or password to access the files in the remote server. As this is a non-interactive session, we cannot ask for it. If you are having issues, please make sure you can access the server through the Files.app as well. There are also logs at the .blink folder.
More information |
Beta Was this translation helpful? Give feedback.
With an already configured host in Blink Shell, you can open any local or remote URLs, following the same format as SFTP/SCP commands.
code dev:~/projects/new
Make sure you introduce the key or password to access the files in the remote server. As this is a non-interactive session, we cannot ask for it.
If you are having issues, please make sure you can access the server through the Files.app as well. There are also logs at the .blink folder.
More information