]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commit
add support for vscode-server (#175)
authorAndrew Mustea <36493562+andrewmustea@users.noreply.github.com>
Thu, 1 Sep 2022 02:04:17 +0000 (19:04 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2022 02:04:17 +0000 (04:04 +0200)
commit259dba8e4a15ce2132499d88e44cac959190e165
tree226dfa04120685e926763e628b252a8a650e4cb9
parent49d2919c5b10aa675d5ac969bc048a86380d04e5
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.
programs/vscode.json