vscode could not establish connection to “ssh name” The VS Code Server failed to start

vscode突然连不上远程服务器了,但是直接ssh是ok的,尝试了方法一之后

方法一

1.点击vscode左上角的view
2.点击command palette
3.输入remote-ssh
4.点击Kill vs code server on host
5.点击需要关闭的服务器名称
再重新连接就ok啦
vscode could not establish connection to “ssh name” The VS Code Server failed to start_第1张图片
本人用这个方法解决了vscode连接某个远程服务器的问题之后,另一个本来可以正常连上的服务器连不上了…于是又找到了如下的方法二

方法二

1.先ssh进入服务器
2.键入指令rm -rf ~./.vscode-server
再重新连就可以连上啦

许愿下次不要再碰到这种耽误效率的事情了!

你可能感兴趣的:(vscode,ssh,服务器)