Tobotobo / my_knowledge_base

0 stars 0 forks source link

VSCode の Remote SSH で指定の接続先へのショートカットの作成方法 #7

Open Tobotobo opened 3 weeks ago

Tobotobo commented 3 weeks ago

%USERPROFILE%.ssh\config

Host UbuntuVM
  HostName 192.168.33.10
  Port 22
  User vagrant
"%USERPROFILE%\AppData\Local\Programs\Microsoft VS Code\Code.exe" --remote ssh-remote+UbuntuVM /docker