27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"gopls": {
|
|
"buildFlags": ["-tags=integration"]
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"go.useLanguageServer": true,
|
|
"go.lintOnSave": "workspace",
|
|
"go.vetOnSave": "workspace",
|
|
"yaml.validate": false,
|
|
"yaml.schemaStore.enable": false,
|
|
"files.exclude": {},
|
|
"search.exclude": {},
|
|
"files.associations": {},
|
|
"python-envs.pythonProjects": [
|
|
{
|
|
"path": "",
|
|
"envManager": "ms-python.python:system",
|
|
"packageManager": "ms-python.python:pip"
|
|
}
|
|
]
|
|
}
|