fn ExtractGlobPattern(Pattern: &Value) -> Option<String>Expand description
Extract a glob string from any of the shapes a caller can hand us:
- Bare string:
"**/*.rs"→ returned as-is. - Object with
pattern:{ pattern: "..." }(or{ base, pattern }for VS Code’sRelativePattern). - Object whose
valuefield is a string: legacy serialised form.