Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In vscode, you can specify directories to include or exclude from the search, like:
Include: src/
Exclude: tests/
and grep through file contents. I'm wondering if this is possible, without hard coding certain directories into the config.
Ideally, it'd be like combining the Files and Find commands, and have 3 lines in which to enter search queries (one for text, one for include, and one for exclude).
Beta Was this translation helpful? Give feedback.
All reactions