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.
I have an extension with a save feature (exporting data in csv, json, etc) that uses vscode.window.showSaveDialog In a remote environment, when a user tries to save data and selects...
Get support for windows!!
This PR adds an installation guide for deploying OpenVSCode on a [Dokku server](https://dokku.com/).
Simplify guide to leverage single render.yaml
Originally #97, this PR does the following: > This PR updates instructions with a simplified deployment process for OpenVSCode behind Oauth. This makes it much easier by using a single...
Seeing failures to get the ide theme png files when on the welcome screen. When I test on my machine's localhost on http, everything seems to work fine but when...
PATH changed for terminal process
Hello, I'm using the openvscode-server (currently with version 1.65.0) within my own docker image. I'm defining the PATH environment variable within my own Dockerfile. When I'm running the docker container,...
ADD ISSUE DESCRIPTION HERE Version: 1.75.1 Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Embedder: openvscode-server
Multiple editor instances
Can I have multiple editor instances without problems e.g. having multiple users accessing the same server? Microsofts VS Code Server [seems not to support this](https://code.visualstudio.com/docs/remote/vscode-server#_is-the-vs-code-server-designed-for-multiple-users-to-access-the-same-remote-instance). Could you specify this in...
File Not Found - Language problem ?
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.72.2 - OS Version: Steps to Reproduce: 1. Install vscode server 2. Run it Error :...
Hi, I'd like to start the `gitpod/openvscode-server` container image with a configurable `--host` value like `localhost`. Right now it's hardcoded to `0.0.0.0` [in the entrypoint here](https://github.com/gitpod-io/openvscode-releases/blob/f51f2d5c151d8a21eab3f75082f28d10c1c3b3d8/Dockerfile#L65). Is it possible to...