ignorePatterns
glob is no longer relative to the project root
#338
Labels
bug
Issue identified by VS Code Team member as probable bug
this seems to be a regression caused by #220
the
ignorePatterns
used to work relative to the root of the project, but this no longer seems to be the case. for example when ignoring the filefoo.py
in the project root, the patternfoo.py
used to work, but now i have to use**/foo.py
because it appears to now be matching against the full path instead.Diagnostic Data
Behaviour
Expected Behavior
file is ignored
Actual Behavior
file is not ignored
Reproduction Steps:
specify a file that's located in the project root to be ignored, eg:
Logs:
Click here for detailed logs
The text was updated successfully, but these errors were encountered: