-
Notifications
You must be signed in to change notification settings - Fork 293
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
Support VSCode Remote Server offline package. #1802
Comments
Is this for SSH, Docker or WSL? |
Docker and SSH would be great. |
Just stumbled across this. Currently sitting in a coffee shop with horrible internet and cannot start VS Code with Remote WSL since it tries to download the server and fails after some time. A fallback to an older "already downloaded" version or something similar would be a life saver. |
|
Emm, it's same of #1242 but more. Not only offline client, but offlice server also. I'can make my machine linking all the time and more docker and virtual machines was created when offline. |
+1 for SSH & Docker support offline. It would be great if there was the ability to transfer the required software from the connecting client to the remove host. Particularly useful for air gapped environments where the client could be pre-seeded with the dependencies before connection. |
I also have the use case of an air gapped network with no internet connection. I am connecting from one machine in the air gapped network to another via SSH. |
+1 for SSH support offline. I'm working in intranet-base environment. |
+1 for fully offline Remote (SSH, Docker) support |
+1 for me too, exactly the same thing, using remote SSH in an offline environment. + 6 for my colleagues who will complain at me about this but won't bother to write a short note asking for help. |
+1, no easy way to set this up in intranet setting |
+1 for support of remote shh + docker + offline vscode extension support. We want to use a server which is not connected to the internet to develop applications, because it has 80 cores and is connected to special hardware. |
Here's the workaround we've used to get this working without internet. To download the server: on remote host you want to connect to: The ‘0’ file is important – will mark that the server was “downloaded” and the client will use it instead of redownloading. |
For SSH, connecting to an offline host should work, and for an offline client, there is this issue: #1242 |
It is quite ridiculous that even though I have connected to the same Docker container hundreds of times before and should presumably have a cached copy of the VSCode server locally, I cannot connect to it when offline. The fact that I need an internet connection for something that is entirely local is mind boggling. If I am on the go, in an airplane, or in a cafe and don't want to use the public Wifi, tools should work without a constant internet connection. Please please fix this, this is embarassing! |
This doesn't work anymore with latest release. Here is another workaround but I didn't succeed. |
It's perfect when linking the Internet. It made me tied,When I have a environment for develop of apps on GNU/Linux, that is a sandbox offline with the Internet. My windows is offline as a sandbox also. I have to modify the extensions, and try to find the numbers of vscode remote server in the insider version. When I put the remote-server package to $HOME/.vscode-server, it runs uncompletely. RSA key is not effective on Remote.
For what I want, vscode-server (offline) is supported as VSCode. I can install them as a software suits,which has a client and server. Thank you for your pleasure.
The text was updated successfully, but these errors were encountered: