microsoft / microsoft/vscode-remote-release
Support server install path to have wildcard keys or global install path for all hosts
Open
@roblourens is already working on this.
Since Jun 20, 2024.
feature-request
ssh
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 469
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Would be nice to have wildcard support for remote.SSH.serverInstallPath setting. I have a use case with ssh config:
Host server
HostName server.com
User user
Host server*
HostName %h
ProxyJump server
User user
Adding config directive to settings.json:
"remote.SSH.serverInstallPath": {
"server*": "/the/path/to/server/install/.vscode"
},
Has no effect currently and it gets installed in remote home directory...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.