13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"go.toolsEnvVars": {
|
|
"GOARCH": "amd64",
|
|
"GOOS": "windows"
|
|
},
|
|
"go.testEnvVars": {
|
|
"GOARCH": "wasm",
|
|
"GOOS": "js"
|
|
},
|
|
"commentTranslate.hover.enabled": true,
|
|
"CodeGPT.apiKey": "OpenAI",
|
|
"CodeGPT.Autocomplete.enabled": true
|
|
} |