Skip to content

Commit

Permalink
exclude build in vscode search
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Dec 14, 2024
1 parent ac49519 commit 2dfb38b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extension/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"search.exclude":{
"node_modules": true,
"public/build": true
}
}

0 comments on commit 2dfb38b

Please sign in to comment.