Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for vscode-server #175

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

andrewmustea
Copy link
Contributor

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

- 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.
@b3nj5m1n
Copy link
Owner

b3nj5m1n commented Sep 1, 2022

Thank you!

@b3nj5m1n b3nj5m1n merged commit 259dba8 into b3nj5m1n:main Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants