VScode远程ssh无法建立连接问题

VScode远程ssh无法建立连接问题

  • 一,问题
  • 二,解决方法
    • 2.1 方法一
    • 2.2 方法二

一,问题

报错:Could not establish connection to “project”
VScode远程ssh无法建立连接问题_第1张图片

二,解决方法

2.1 方法一

1,ctrl+shift+p 打开命令面板找到Remote-SSH: Settings
VScode远程ssh无法建立连接问题_第2张图片
2,滑至最底部,勾选Remote.SSH: Use Local Server
VScode远程ssh无法建立连接问题_第3张图片

2.2 方法二

1,和方法一一样,ctrl+shift+p 打开命令面板找到Remote-SSH: Settings
2,找到settings.json,点击进入进行编辑
VScode远程ssh无法建立连接问题_第4张图片VScode远程ssh无法建立连接问题_第5张图片

3,添加"remote.SSH.useLocalServer": true
VScode远程ssh无法建立连接问题_第6张图片

你可能感兴趣的:(Bug,vscode,ssh,ide)