Skip to content

Instantly share code, notes, and snippets.

@sudhakar6
Last active January 14, 2022 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudhakar6/7e08fafc30172a6558a042d5dfcc2ddb to your computer and use it in GitHub Desktop.
Save sudhakar6/7e08fafc30172a6558a042d5dfcc2ddb to your computer and use it in GitHub Desktop.
Script to exclude files containing, starting or ending with a specific text in the name for VSCode Global Search
Paste the below script in 'files to exclude' box in VSCode global search to avaoid the files containing, starting or ending with the text 'TEST' and it is case sensitive.
*TEST.cls,*Test.cls,Test*,*Test*
Fallow the same approach for 'files to exclude'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment