mirror of
https://github.com/caprover/caprover
synced 2025-10-30 01:57:03 +00:00
29 lines
894 B
JSON
29 lines
894 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": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit",
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.addMissingImports": "explicit"
|
|
},
|
|
"typescript.referencesCodeLens.enabled": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"cSpell.words": ["csrf", "definitelytyped", "dockerode", "promisified"],
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
},
|
|
"[plaintext]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": null
|
|
},
|
|
"files.associations": {
|
|
"*.theme": "plaintext"
|
|
}
|
|
}
|