gobase/.vscode/settings.json

12 lines
334 B
JSON

{
"gopls": {
"usePlaceholders": true,
"completeUnimported": true
},
"go.gopath": "D:/project/golang",
"go.goroot": "C:/GO",
"go.gotoSymbol.includeImports": true,
"go.inferGopath": true,
"go.gotoSymbol.includeGoroot": true,
"C_Cpp.intelliSenseEngineFallback": "Disabled",
}