问题:ssh连接服务器时突然显示The remote host may not meet VS Code Server's prerequisites for glibc and libstdc++
解决办法: 回退到1.85版本,直接下载软件包解压到你电脑上的VScode的安装位置即可。并取消自动更新。
下载链接: https://update.code.visualstudio.com/1.85.2/win32-x64-archive/stable 中的zip文件
查看当前vscode版本:
code -v
#1.85.2
#8b3775030ed1a69b13e4f4c628c612102e30a681
#x64
关闭自动更新:
File > Preferences > Settings(macOS:Code > Preferences > Settings), 搜索 update
然后把选项改成none