mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 16:31:01 +00:00
48e4eceb0a
the cmd currently shows the full prompt and drop the exact error level. this set the prompt to be hidden and let cmd exit with error level reported by the command --- *Sponsored by Kithara Software GmbH*
15 lines
449 B
JSON
15 lines
449 B
JSON
{
|
|
"git.ignoreLimitWarning": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/*.code-search": true,
|
|
"vendor/": true
|
|
},
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": ["--fast"],
|
|
"eslint.workingDirectories": ["./web"],
|
|
"prettier.configPath": "./web/.prettierrc.js",
|
|
"prettier.ignorePath": "./web/.prettierignore",
|
|
"cSpell.words": ["Curr", "doublestar", "ERRORLEVEL", "multierr"]
|
|
}
|