Skip to content

Parser does not support relative/nested ignoreDirs  #209

@Arnatious

Description

@Arnatious
    "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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions