mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Exclude /tg/ui bundle files from VSCode search (#26515)
Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
Vendored
+2
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user