nix-community / nixos-vscode-server

Visual Studio Code Server support in NixOS
MIT License
387 stars 75 forks source link

Configurable server location #35

Closed viperML closed 1 year ago

viperML commented 2 years ago

The location of the server is currently hardcoded into ~/.vscode-server.

This PR allows to change this path from the default, if the user changed this location in VS code settings.

msteen commented 1 year ago

Good point and thank you for your contribution! In have included your work in #42.