woodpecker/.vscode/settings.json

14 lines
247 B
JSON
Raw Normal View History

2021-12-21 09:52:10 +00:00
{
"git.ignoreLimitWarning": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"vendor/": true
},
"go.lintTool":"golangci-lint",
"go.lintFlags": [
"--fast"
]
}