文章目录
- [VSCode Terminal 报错](#VSCode Terminal 报错)
- 解决方式1
- 解决方式2
- [you are connected to an OS version that is unsupported by Visual Studio Code](#you are connected to an OS version that is unsupported by Visual Studio Code)
VSCode Terminal 报错
直接在terminal或cmd中使用ssh命令可以连接服务器,但是在vscode中存在报错,最后一行为Local server exit: 15
。一直要求Retry或者重新输入密码。
解决方式1
在 /home/user/
文件夹中删除.vscode-server
目录,再重新连接。
解决方式2
若解决方式1无效,可以在vscode中打开命令面板 (View -> Command Palette),选择Remote-SSH: Kill VS Code Server on Host...
以及服务器IP即可。
you are connected to an OS version that is unsupported by Visual Studio Code
目前VSCode更新至1.86,和服务器上的版本可能不兼容(但目前感觉不影响使用?)