pub fn PatternMatchesAnyEntry(Pattern: &str, Entries: &[String]) -> boolExpand description
Check whether Pattern matches any entry in Entries.
Supports literal paths, * (one segment), and ** (any segments).
Case-sensitive per the VS Code spec.