VSCODE-SSH-REMOTE一直显示【正在连接远程】
查看输出
Failed to write `remote.SSH.remotePlatform`: Error: 没有注册配置 remote.SSH.remotePlatform,因此无法写入 用户设置。
修改如下设置可以解决
{
"remote.downloadExtensionsLocally": true,
"remote.SSH.remotePlatform": {
"105.29.45.74": "linux"
},
}