- 如题
- SSH 到远程 每次修改文件之后都要关闭文件 点击保存之后才能给保存当前的更改
- 配置文件
{
"files.autoGuessEncoding": true,
"C_Cpp.updateChannel": "Insiders",
"editor.suggestSelection": "first",
//"editor.formatOnSave": true,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"go.formatTool": "goimports",
// "go.formatTool": "gofmt",
"go.useLanguageServer": true
}
- 请问这个是哪里设置不对呢? 谢谢