openvscode-server
openvscode-server copied to clipboard
Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
Does this issue occur when all extensions are disabled?: No - VS Code Version:  - OS Version:  Steps to Reproduce: 1. Install Kogito Extension (search Kogito, install) ...
It might be nice to be able to specify the connectionToken via an environment variable, like `OPENVSCODE_CONNECTION_TOKEN`. This will allow for a slightly better, unattended method of starting the container...
Whenever I close & re-open my openvscode instance (on my browser) and I'm debugging something, the debug session & terminal is lost so I have to go and manually kill...
We should update the development docs now that we are using the upstream server implementation https://github.com/gitpod-io/openvscode-server/blob/docs/development.md
According to the documentation it is claimed the usage of security token from a file is more secure: > If you want your development environment to be even more secure,...
The project mentioned in the instruction is "dcs-openvscode-server", but one needs to change it into the project where the compute engine is deployed.
Please add an guide for Azure App Service to use OpenVSCode on it.
It appears that the webview view provider API is not working. Specifically using the API `vscode.window.registerWebviewViewProvider` to provide a custom webview results in an empty view area. I don't see...