-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote editing by SSH? #23076
Comments
I think #7320 already covers this feature. It is currently in the backlog. |
Dup of #7320. Thanks @ZombieProtectionAgency |
@aoyulong and anyone else searching for this - maybe this will help in the meantime? https://codepen.io/ginfuru/post/remote-editing-files-with-ssh |
I know this has been closed for a while, but is this really a dup of #7320 (which is marked as a dup of #6161 , reading a file from stdin)? If anything, vscode should support mounting the project root via ssh to enable a normal editing experience, which seems fairly different from streaming a file over stdin. |
I agree with @DrRibosome. It would be super helpful to be able to ssh to a system, select the root of the project, and have it feel as though I'm working on something locally. |
We just announced remote development with VS Code, check out the blog post for details |
Hi, is there any way to edit the files on the remote server by SSH login? I usually use the terminal emulator such as Xshell. But it will be wonderful if vscode integrates this function.
The text was updated successfully, but these errors were encountered: