记录vscode内网无法建立ssh连接
程序员文章站
2024-02-15 19:31:22
...
右键remote-ssh->扩展设置->在setting.json中编辑:
{
"workbench.editor.enablePreview": false,
"files.autoSave": "afterDelay",
"files.autoGuessEncoding": true,
"files.associations": {
"*.cgi": "lua"
},
"remote.SSH.path": "C:\\Program Files\\Git\\usr\\bin\\ssh.exe",
"remote.SSH.defaultForwardedPorts": [
],
"remote.SSH.useLocalServer": true,
"remote.SSH.showLoginTerminal": true
}
上一篇: json对象转map,map转json
下一篇: map转json pojo转map