vscode-remote-release
vscode-remote-release copied to clipboard
Windows discovery of SSH path (doesn't look for user-only install from git for windows)
- VSCode Version: 1.68.1
- Local OS Version: Windows 10
- Remote OS Version: RHEL 7
- Remote Extension/Connection Type: SSH
Steps to Reproduce:
- Install Git-bash to get SSH on a new windows Laptop (package installs in
C:\\Users\\<username\\AppData\\Local\\Programs\\Git\\usr\\bin\\ssh.exe - Use ssh in git-bash, works fine
- Try to configure VS Code SSH remote "SSH Installation not found"
- Tediously configure the
remote.ssh.PATHvariable with double slashes to point to SSH after remembering/finding where the binary is installed...
It would be much more user friendly if VS Code just looked in the users appdata local program for SSH! This has to be a fairly common windows installation location, right? Especially on work/corporate laptops where the user may not have permission to install outside of their user directory.
Was also impacted by the same issue. Voting it up.
We have a related internal ticket which we will be tackling soon so hopefully this will be resolved along with that issue. I will try to update this ticket here when that change is released.
This is still a problem 18 months after opening the issue. This is the default location for ssh when installed via Git for Windows. I guess I'm puzzled for why this isn't a quick fix. Isn't there just a list of paths VS code looks in and you can just add one more string to the list? It feels like a quick usability win.