vscode报错:
Failed to write
remote.SSH.remotePlatform
: Error: 没有注册配置 remote.SSH.remotePlatform,因此无法写入 用户设置。
报错后连接服务器缓慢,发现是远程服务器插件与本地插件不匹配导致的,主要是中文插件,在远程服务器vscode中同样安装中文插件(其他本地插件服务器没有的)即可解决。
或者修改配置setting.json文件:
{
"remote.downloadExtensionsLocally": true, "remote.SSH.remotePlatform": { "你的主机名": "linux" }
}
参考:
当前没有源代码管理提供程序进行注册 scanning folder for git repositories 没有注册配置remote.SSH.remotePlatform因此无法写入用户设置问题解决
VSCODE-SSH-REMOTE一直显示【正在连接远程】 连接缓慢
版权归原作者 橙+1 所有, 如有侵权,请联系我们删除。