Last active
January 14, 2022 14:47
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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