mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
exclude node_modules from search (#91995)
## About The Pull Request No player facing changes. Excludes the node_modules folder from vscode search by default. With the new package management, we don't want to always see all the module files while searching through tgui files. ## Changelog Excludes node_modules from vscode search
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -18,5 +18,8 @@
|
||||
"workbench.editorAssociations": {
|
||||
"*.dmi": "dmiEditor.dmiEditor"
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"Lua.diagnostics.enable": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user