038561c602
Re-enable YAML validation to catch mistakes in workflow and compose files. Remove empty exclude/association overrides that harm editor performance. Fixes review feedback on PR #550.
22 lines
452 B
JSON
22 lines
452 B
JSON
{
|
|
"gopls": {
|
|
"buildFlags": ["-tags=integration"]
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"go.useLanguageServer": true,
|
|
"go.lintOnSave": "workspace",
|
|
"go.vetOnSave": "workspace",
|
|
"python-envs.pythonProjects": [
|
|
{
|
|
"path": "",
|
|
"envManager": "ms-python.python:system",
|
|
"packageManager": "ms-python.python:pip"
|
|
}
|
|
]
|
|
}
|