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

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

[{"_id":"6702922c0f8c2fd64b011ea1","body":"\/cc @dnilasor","issue_id":1714968413563,"origin_id":944726067,"user_origin_id":29888641,"create_time":1634334851,"update_time":1634334851,"id":1728221740835,"updated_at":"2024-10-06T13:35:40.835000Z","created_at":"2024-10-06T13:35:40.835000Z"}] comment

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

[{"_id":"67029237ad3c4128c70d2bf6","body":"Hi @rotemso, how are you are launching openvscode-server in the docker file? You can check how we launch it our [dockerfile](https:\/\/github.com\/gitpod-io\/openvscode-releases\/blob\/main\/Dockerfile) which correctly picks up env variables\r\n\r\n```\r\nRUN mkdir -p \/home\/openvscode-server\/other_folder\r\nENV PATH=\"\/home\/openvscode-server\/other_folder:${PATH}\"\r\n\r\nENTRYPOINT [ \"\/bin\/sh\", \"-c\", \"exec ${OPENVSCODE_SERVER_ROOT}\/bin\/openvscode-server --host 0.0.0.0 --without-connection-token \\\"${@}\\\"\", \"--\" ]\r\n```","issue_id":1714968413576,"origin_id":1067474266,"user_origin_id":25115070,"create_time":1647308594,"update_time":1647308594,"id":1728221751301,"updated_at":"2024-10-06T13:35:51.301000Z","created_at":"2024-10-06T13:35:51.301000Z"},{"_id":"67029237ad3c4128c70d2bf7","body":"Hi @jeanp413, thank you for your reply.\r\nI have in my dockerfile a definition of \r\n``` ENV PATH=\"<my_paths>:${PATH}\"```\r\n\r\nThen in the docker entrypoint I have my own bash script:\r\n```\r\nCOPY entrypoint.sh \/entrypoint.sh\r\nENTRYPOINT [ \"\/entrypoint.sh\" ]\r\n```\r\n\r\nAnd then in this entry point script I'm doing some operations (not related to PATH) and finally call:\r\n``` \r\n\/usr\/local\/bin\/node <openvscode-server-root>\/out\/server-main.js --port=3000 --without-connection-token --host=0.0.0.0\r\n```\r\nAs I have my own node installation in the docker image, I'm not calling the ${OPENVSCODE_SERVER_ROOT}\/bin\/openvscode-server, but I'm using the exact same code as triggered from this openvscode-server script (and I don't see anything related to PATH there anyway).\r\n\r\nWhen I enter this docker container using docker exec I do see the PATH as I have defined in the dockerfile. But from vscode terminal the path is overwritten as I explained above.\r\n\r\nCan you please assist me to understand what is missing?\r\nIs there some vscode customization needed to achieve using my own PATH as defined in dockerfile?\r\n\r\nThanks,\r\nRotem\r\n","issue_id":1714968413576,"origin_id":1068863900,"user_origin_id":34060159,"create_time":1647419531,"update_time":1647420852,"id":1728221751304,"updated_at":"2024-10-06T13:35:51.304000Z","created_at":"2024-10-06T13:35:51.304000Z"},{"_id":"67029237ad3c4128c70d2bf9","body":"I am having the same issue - v1.76.0, I have a docker container with a dotnet application as the entrypoint.\r\n\r\nfrom the dotnet application I am launching the openvscode-server through a sub-process, pointing to the `${OPENVSCODE_SERVER_ROOT}\/bin\/openvscode-server <my_parameters>` script as noted in the previous answer. \r\n\r\nI can attach a ssh remote vscode instance to the container and it seems to append a similar `remote-cli` path to the $PATH\r\n\r\nbut it appends it to the correct $PATH, I can't figure out where the openvscode-server is getting it's $PATH to append....\r\n\r\nI don't think I had this issue when downloading the tar directly into the dockerfile, but I recently switched to using `COPY --from=gitpod\/openvscode-server:1.76.0 \/home\/.openvscode-server <my_vscodeserver_location>` and now I'm seeing this - not sure if that is relevant... ","issue_id":1714968413576,"origin_id":1468670525,"user_origin_id":65408303,"create_time":1678820543,"update_time":1678820543,"id":1728221751309,"updated_at":"2024-10-06T13:35:51.309000Z","created_at":"2024-10-06T13:35:51.309000Z"}] comment

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

[{"_id":"670292110f8c2fd64b011e8e","body":"Hi @glor, yes it's fine for multiple users to connect to the same server as you are the one hosting it","issue_id":1714968413594,"origin_id":1236574509,"user_origin_id":25115070,"create_time":1662358153,"update_time":1662358153,"id":1728221713355,"updated_at":"2024-10-06T13:35:13.354000Z","created_at":"2024-10-06T13:35:13.354000Z"},{"_id":"670292110f8c2fd64b011e8f","body":"Hi @jeanp413.\r\nActually, I'm trying to use this for education. And I also thought same as @glor. When I read the documents, I understood \"This is for individuals who wants to make their own server to use personally, not for multiple people.\"\r\nFor example, I make an instance for my students.(Maybe around 100?) And they use this through link which I shared.\r\nIs it possible to use this?","issue_id":1714968413594,"origin_id":1286364338,"user_origin_id":96091144,"create_time":1666318063,"update_time":1666318063,"id":1728221713361,"updated_at":"2024-10-06T13:35:13.361000Z","created_at":"2024-10-06T13:35:13.361000Z"},{"_id":"670292110f8c2fd64b011e90","body":"@hyunsukj89 it's fine for multiple users to access the same server though I haven't tested with that many clients (100) it should work, beware that because all the clients are accessing the same filesystem if they start editing the same file at the same time, they will overwrite it from each other","issue_id":1714968413594,"origin_id":1286417487,"user_origin_id":25115070,"create_time":1666323634,"update_time":1666323996,"id":1728221713371,"updated_at":"2024-10-06T13:35:13.371000Z","created_at":"2024-10-06T13:35:13.371000Z"},{"_id":"670292110f8c2fd64b011e91","body":"@jeanp413 Thanks for your answer!\r\nI have one more thing that I want to ask you.\r\nIs the license totally different from MS VSCode and OpenVSCode?\r\nOr some of them are different?\r\nIf it is a bit different, where can I find the documentation?","issue_id":1714968413594,"origin_id":1288259926,"user_origin_id":96091144,"create_time":1666572847,"update_time":1666572847,"id":1728221713376,"updated_at":"2024-10-06T13:35:13.375000Z","created_at":"2024-10-06T13:35:13.375000Z"},{"_id":"670292110f8c2fd64b011e92","body":"openvscode-server license is MIT license, MS Vscode server license is [here](https:\/\/code.visualstudio.com\/license\/server)","issue_id":1714968413594,"origin_id":1288315173,"user_origin_id":25115070,"create_time":1666577719,"update_time":1666577719,"id":1728221713380,"updated_at":"2024-10-06T13:35:13.379000Z","created_at":"2024-10-06T13:35:13.379000Z"},{"_id":"670292110f8c2fd64b011e93","body":"I don't see an option to create multiple accounts, so I think this is not possible? Would be great though!","issue_id":1714968413594,"origin_id":1450656993,"user_origin_id":64807887,"create_time":1677695569,"update_time":1677695569,"id":1728221713384,"updated_at":"2024-10-06T13:35:13.383000Z","created_at":"2024-10-06T13:35:13.383000Z"}] comment

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

documentation

File Not Found - Language problem ?

[{"_id":"67029221ad3c4128c70d2be9","body":"@Orsucciu can you still repro on latest release?","issue_id":1714968413600,"origin_id":1302536916,"user_origin_id":25115070,"create_time":1667501607,"update_time":1667501607,"id":1728221729764,"updated_at":"2024-10-06T13:35:29.763000Z","created_at":"2024-10-06T13:35:29.763000Z"},{"_id":"67029221ad3c4128c70d2bea","body":"The same exists in the latest version: 1.77.0 \/ 1.75.1\r\n<img width=\"736\" alt=\"image\" src=\"https:\/\/user-images.githubusercontent.com\/30746521\/221523451-544ac1fa-7afc-44c7-bdd3-3bd40ce25045.png\">\r\n","issue_id":1714968413600,"origin_id":1445972779,"user_origin_id":30746521,"create_time":1677489570,"update_time":1677489570,"id":1728221729774,"updated_at":"2024-10-06T13:35:29.773000Z","created_at":"2024-10-06T13:35:29.773000Z"}] comment

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