d9d8a500d8a87b94a35be9f3d376bb77b2010cc3
Windows/VSCode.md
... | ... | @@ -275,6 +275,11 @@ |
275 | 275 | ``` |
276 | 276 | > git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe" |
277 | 277 | ``` |
278 | +- ユーザー設定で ssh コマンドのパスを指定する。(remote.SSH.path) |
|
279 | + ``` |
|
280 | + Remote.SSH: Path |
|
281 | + C:/Windows/System32/OpenSSH/ssh.exe |
|
282 | + ``` |
|
278 | 283 | |
279 | 284 | ## *.vsix のダウンロード |
280 | 285 | - [Managing Extensions](https://code.visualstudio.com/docs/editor/extension-gallery) |