2020-07-23 09:52:13 +00:00
|
|
|
{
|
|
|
|
"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,
|
2020-08-02 14:56:47 +00:00
|
|
|
"C_Cpp.intelliSenseEngineFallback": "Disabled",
|
2020-07-23 09:52:13 +00:00
|
|
|
}
|