场景:
用本地的windows下的vscode远程连接本地的虚拟机一直连接不上
解决:
参考了 https://www.codeleading.com/article/48965348020/,在setting.json中添加了一行代码就可以了
"remote.SSH.useLocalServer": true
标签:www,vscode,虚拟机,不上,本地,连接
来源: https://blog.csdn.net/weixin_42072280/article/details/122847812