Skip to content
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

Does remote depend on local files? #9871

Open
adriangb opened this issue May 10, 2024 · 1 comment
Open

Does remote depend on local files? #9871

adriangb opened this issue May 10, 2024 · 1 comment
Labels
ssh Issue in vscode-remote SSH

Comments

@adriangb
Copy link

I often try to use vscode remote when on a bad connection, e.g. wifi. My usual workflow is to spin up a pod in a k8s cluster with ample resources and then do a "Connect to VSCode" from VSCode desktop. But I've noticed this is a lot slower (sometimes won't work) on certain connections. Does VSCode remote rely on copying over local files / the server in any way, or any ideas what would cause this? Thanks!

@VSCodeTriageBot VSCodeTriageBot added the ssh Issue in vscode-remote SSH label May 10, 2024
@bamurtaugh
Copy link
Member

Thanks for filing!

Does VSCode remote rely on copying over local files / the server in any way

This is a good question, but no, remote files will stay in the remote environment (no source code needs to be copied to your local machine). Docs: https://code.visualstudio.com/docs/remote/remote-overview.

when on a bad connection, e.g. wifi

My guess is the bad connection is interfering with and slowing other connectivity activities the remote extensions perform: https://code.visualstudio.com/docs/remote/faq#_what-are-the-connectivity-requirements-for-vs-code-server.

cc @chrmarti for any other thoughts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ssh Issue in vscode-remote SSH
Projects
None yet
Development

No branches or pull requests

3 participants