VSCode + MobaXterm Remote配置以及connect error:The process tried to write to a nonexistent pipe解决办法

VSCode + MobaXterm Remote配置

我们在本地桌面上使用VSCode远程连接服务器上的文件夹,进行日常开发工作,需以下流程:

  1. VSCode 安装插件Remote Development;

VSCode + MobaXterm Remote配置以及connect error:The process tried to write to a nonexistent pipe解决办法_第1张图片

  1. 点击远程资源管理器,点击“+”号,打开config文件,Host为远程服务器名称(可自由定义),Host Name填写远程服务器的IP地址,User填写登录远程服务器的用户名;

VSCode + MobaXterm Remote配置以及connect error:The process tried to write to a nonexistent pipe解决办法_第2张图片
3. 把鼠标放在SSH TARGETS下出现的Host名称上,右键,选择在当前窗口或新窗口连接远程服务器,按照提示输入密码即可连接。

VSCode + MobaXterm Remote配置以及connect error:The process tried to write to a nonexistent pipe解决办法_第3张图片

The process tried to write to a nonexistent pipe问题的解决

在使用过程中,偶尔会出现电脑熄屏或者网络断开后再连接时,远程连接失败报错的情况,
报错信息为 Could not establish connection to “xxxxx”. The process tried to write to a nonexistent pipe.

解决办法

  1. 单击远程资源管理器,单击齿轮图标,打开设置
  2. 搜索Remote.SSH: Config File
  3. 填写.ssh\config文件的路径

VSCode + MobaXterm Remote配置以及connect error:The process tried to write to a nonexistent pipe解决办法_第4张图片

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