vscode-remote-release
vscode-remote-release copied to clipboard
ssh_config include parsing handles "Include" but not lowercase "include"
- VSCode Version: 1.66.2
- Local OS Version: Both Mac and Windows
- Remote OS Version: Linux
- Remote Extension/Connection Type: SSH
Steps to Reproduce:
- Add an "Include" statement to your ~/.ssh/config and refresh "remote explorer"
- Check hosts inside the included config file show up
- Replace the header with "include" and refresh "remote explorer"
- Check hosts no longer show up
Optional: Check that "ssh" towards the included hosts still works.
According to man ssh_config keywords are case insensitive but vscode seems to use case-sensitive parsing for Include directives.