You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a setting "search.exclude", but not "search.include".
I want to exclude ALL (**) BUT not /src. Only search in /src.
I expected that I can set the include which is evaluated after exclude to set:
Is there already way to only search in the src-folder? Without setting it every time in the vs code editor earch input? Is there already a setting / config file to enable this?
Exclude all folders and files but not /src.
I do not want to exclude every folder in my project. It's easier to just include the few folders.
Current VS Code Version: 1.25.1
The text was updated successfully, but these errors were encountered:
There is a setting "search.exclude", but not "search.include".
I want to exclude ALL (
**
) BUT not/src
. Only search in/src
.I expected that I can set the
include
which is evaluated afterexclude
to set:(include > exclude)
Is there already way to only search in the src-folder? Without setting it every time in the vs code editor earch input? Is there already a setting / config file to enable this?
Exclude all folders and files but not /src.
I do not want to exclude every folder in my project. It's easier to just include the few folders.
Current VS Code Version: 1.25.1
The text was updated successfully, but these errors were encountered: