Skip to main content

PatternMatchesAnyEntry

Function PatternMatchesAnyEntry 

Source
fn PatternMatchesAnyEntry(Pattern: &str, Entries: &[String]) -> bool
Expand 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.