mirror of
https://github.com/caprover/caprover
synced 2026-05-04 10:40:34 +00:00
21 lines
662 B
JSON
21 lines
662 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/built": true,
|
|
"**/coverge": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true,
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"typescript.referencesCodeLens.enabled": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"cSpell.words": ["csrf", "definitelytyped", "dockerode", "promisified"],
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
}
|
|
}
|