fn PatternMatchesAnyEntry(Pattern: &str, Entries: &[String]) -> boolExpand description
Very small glob-matcher scoped to VS Code workspaceContains: syntax.
Supports literal paths, * (one path segment), and ** (zero or more
segments). Case-sensitive per the VS Code spec.