-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or request
Description
"perl.ignoreDirs": [
".vscode",
".git",
".svn",
"test/TMP",
],
won't work as expected for the tree
.
└── lib
└── test
└── TMP
└── etc
| next if (exists $ignore_dir -> {$d}) ; |
$d in the above will only ever be the name of the the directory under question, in this case "TMP", instead of a absolute or relative path, which won't match. Can this be changed to support absolute/relative paths (and maybe globbing), or have the limitations documented in the tooltip in vscode?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request