1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-16 10:08:44 +02:00

Fix vscode settings (#3880)

This commit is contained in:
Anbraten 2024-07-09 11:56:42 +02:00 committed by GitHub
parent b35057c194
commit 586787454d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,10 +9,6 @@
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast"],
"go.buildTags": "test",
"gopls": {
// cspell:words gopls
"buildFlags": ["-tags=test"]
},
"eslint.workingDirectories": ["./web"],
"prettier.ignorePath": "./web/.prettierignore",
// Auto fix