openvscode-server icon indicating copy to clipboard operation
openvscode-server copied to clipboard

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.

Results 110 openvscode-server issues
Sort by recently updated
recently updated
newest added

Does this issue occur when all extensions are disabled?: No - VS Code Version: ![image](https://user-images.githubusercontent.com/1319049/144344637-52cd4b7f-6f85-42d6-bcb6-d7a2e42f0ffc.png) - OS Version: ![image](https://user-images.githubusercontent.com/1319049/144344689-a19e0f7f-0c1f-4da1-9934-25545dc5187e.png) Steps to Reproduce: 1. Install Kogito Extension (search Kogito, install) ![image](https://user-images.githubusercontent.com/1319049/144345307-24a6a8ce-a4b4-435d-a31d-ed52d820928b.png)...

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...

help wanted

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

documentation

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,...

Including nightly updates.

documentation

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.

documentation

documentation
help wanted

Please add an guide for Azure App Service to use OpenVSCode on it.

documentation
help wanted

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...

bug