From: Andrew Mustea <36493562+andrewmustea@users.noreply.github.com> Date: Thu, 1 Sep 2022 02:04:17 +0000 (-0700) Subject: add support for vscode-server (#175) X-Git-Tag: v0.2.0.2~144 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/259dba8e4a15ce2132499d88e44cac959190e165?hp=259dba8e4a15ce2132499d88e44cac959190e165 add support for vscode-server (#175) - Each of vscode's remote development extensions will create and use a `vscode-server` directory in a user's home folder each time a host is connected to. - Unfortunately, the SSH extension is the only extension that has a setting that can change the location of `vscode-server`. Both the container extension and the WSL extension are missing the option of changing their `vscode-server` directories. - Even so, the SSH extension only allows you to define paths for individual hosts. It doesn't allow for a default path for all ssh connections. - To edit the host paths, you either need to change your remote SSH settings in the vscode application itself, or edit your vscode user settings json file. ---