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

Move from coder's code-server to gitpod's openvscode-server? #94

Open
gbraad opened this issue Oct 27, 2021 · 0 comments
Open

Move from coder's code-server to gitpod's openvscode-server? #94

gbraad opened this issue Oct 27, 2021 · 0 comments

Comments

@gbraad
Copy link

gbraad commented Oct 27, 2021

The current version depends on:

subprocess.run(["wget", "https://code-server.dev/install.sh"], stdout=subprocess.PIPE)

which is a modified version of the vscode backend that contains dependencies to operate with coderhq's backend, which is unused.

A more lightweight approach would be to use: https://github.com/gitpod-io/openvscode-server

Note: openvscode-server does not offer a password function out-of-the-box:

code_cmd = f"PASSWORD={self.password} code-server --port {self.port} --disable-telemetry"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant