pub fn ExtractGlobPattern(Pattern: &Value) -> Option<String>Expand description
Extract a glob string from any shape the caller can supply:
- Bare string → returned as-is.
- Object with
patternfield (VS CodeRelativePattern). - Object with
valuefield (legacy serialised form). - Object with
Patternfield (PascalCase variant).