Skip to content

Commit

Permalink
Exclude /tg/ui bundle files from VSCode search (#26515)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthri <[email protected]>
  • Loading branch information
Arthri and Arthri authored Aug 19, 2024
1 parent 248348b commit 0ddd75f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 0ddd75f

Please sign in to comment.