{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 22,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"window.zoomLevel": 0,
"extensions.ignoreRecommendations": false,
"go.liveErrors": {
"enabled": true,
"delay": 500
},
"go.toolsGopath": "E:/golang/global",
"go.inferGopath": true,
"go.useCodeSnippetsOnFunctionSuggest": true,
"go.autocompleteUnimportedPackages": true,
"http.proxy": "http://xxxxx:8080",
"workbench.editor.enablePreview": false,
}
网友评论