Update windows remote setting name

This commit is contained in:
Rob Lourens 2019-10-05 19:55:00 -07:00
Родитель bf199f31a7
Коммит 2ef9da5047
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -80,7 +80,7 @@ Currently, every window attached to a remote via SSH uses its own SSH connection
### Remote - SSH for Windows remotes
We now have experimental support for connecting to Windows remotes. The remote must be Windows 10, running an OpenSSH server, and you must use [VS Code Insiders](https://code.visualstudio.com/insiders/). You can try it out by setting `"remote.SSH.remoteIsWindows": true`.
We now have experimental support for connecting to Windows remotes. The remote must be Windows 10, running an OpenSSH server, and you must use [VS Code Insiders](https://code.visualstudio.com/insiders/). You can try it out with the setting `"remote.SSH.windowsRemotes": ["my-windows-host-name"]`.
### Friendlier error message for remotes that don't meet Linux prerequisites