Exclude /tg/ui bundle files from VSCode search (#26515)

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
Arthri
2024-08-19 08:25:29 +00:00
committed by GitHub
co-authored by Arthri
parent 248348be21
commit 0ddd75fa08
+2 -1
View File
@@ -8,7 +8,8 @@
"typescript.enablePromptUseWorkspaceTsdk": true,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
"**/.pnp.*": true,
"tgui/public/**/*": true
},
"eslint.format.enable": true,
"eslint.rules.customizations": [