You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many Coder users deploy Coder in offline scenarios, where the server or workspaces do not have network access to external websites such as registry.terraform.com or code.visualstudio.com.
These customers typically use our VS Code Extension by giving user's desktops network access to code.visualstudio.com. When they connect to a workspace with VS Code Remote SSH, their desktop will download the server and scp it into the workspace. However, I believe the extension doesn't work when the client/server are both entirely offline: microsoft/vscode-remote-release#1242
Must have
Test & document whether the extension works when the client/server is entirely offline (e.g. no network access to code.visualstudio.com). I believe it doesn't
Document the different ways that vscode-server is installed on the workspace (e.g. via scp or downloaded directly from within the workspace`). Feel free to link to external docs here
Should have
Document workarounds for downloading vscode-server manually on the client or workspace. Also document known issues with this approach (e.g. what happens if the client updates their VS Code instance and there is a version mismatch from client/server)
The text was updated successfully, but these errors were encountered:
I have deployed an offline http server that mimics the endpoints provided by code.visualstudio.com.
The main issue is that the requested version of vscode-server is not based on a semver but rather a commit hash.
Background
Many Coder users deploy Coder in offline scenarios, where the server or workspaces do not have network access to external websites such as registry.terraform.com or code.visualstudio.com.
These customers typically use our VS Code Extension by giving user's desktops network access to
code.visualstudio.com
. When they connect to a workspace with VS Code Remote SSH, their desktop will download the server andscp
it into the workspace. However, I believe the extension doesn't work when the client/server are both entirely offline: microsoft/vscode-remote-release#1242Must have
code.visualstudio.com
). I believe it doesn'tvscode-server
is installed on the workspace (e.g. viascp
or downloaded directly from within the workspace`). Feel free to link to external docs hereShould have
The text was updated successfully, but these errors were encountered: