gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.99k stars 430 forks source link

fix: let the `user-data-dir` be fully customizable #511

Closed drupol closed 1 year ago

drupol commented 1 year ago

This PR is:


Currently, the --user-data-dir command line parameter is available in openvscode-server. However, a /data subdirectory is automatically added to it, preventing us to correctly set the parameter. This change let user customize that variable correctly.

netlooker commented 1 year ago

+1

drupol commented 1 year ago

I opened the issue in the microsoft/vscode repo as suggested in the issue linked to this PR.