23 lines
432 B
JSON
23 lines
432 B
JSON
{
|
|
"conventionalCommits.scopes": [
|
|
"github",
|
|
"agent",
|
|
"vscode",
|
|
"ui",
|
|
"README",
|
|
"go",
|
|
"all",
|
|
"hass/api",
|
|
"tracker",
|
|
"devcontainer"
|
|
],
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": [
|
|
"--fast"
|
|
],
|
|
"gopls": {
|
|
"ui.semanticTokens": true,
|
|
"formatting.gofumpt": true
|
|
},
|
|
"go.useLanguageServer": true,
|
|
} |