Skip to content

Commit

Permalink
Improve search by exluding more generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at committed Nov 26, 2023
1 parent 31597f0 commit 4626288
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"prettier.prettierPath": "node_modules/prettier",
"search.exclude": {
"**/node_modules": true,
"**/lib": true
"**/out": true,
"**/lib": true,
"**/dist": true,
"**/plugins": true
},
"task.autoDetect": "off",
"typescript.tsdk": "node_modules/typescript/lib",
Expand Down

0 comments on commit 4626288

Please sign in to comment.