mirror of
https://github.com/zadam/trilium.git
synced 2025-09-11 00:56:46 +08:00
chore(vscode): add search excludes
This commit is contained in:
parent
e7f47a0663
commit
275aacfba9
1 changed files with 8 additions and 1 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -28,5 +28,12 @@
|
|||
"typescript.validate.enable": true,
|
||||
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"search.exclude": {
|
||||
"**/node_modules": true,
|
||||
"docs/**/*.html": true,
|
||||
"docs/**/*.png": true,
|
||||
"apps/server/src/assets/doc_notes/**": true,
|
||||
"apps/edit-docs/demo/**": true
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue