- Capture Pattern Grouping (
${N}):
groupPatterns keys now support ${N} placeholders to capture dynamic path segments.
- Labels can reference captured values with
${N} to generate dynamic group names.
- Example:
"**/icons/${0}/**": "Icons - ${0}" groups icons/flags/brazil.tsx under Icons - flags.
- Extension README logo: Fixed logo not displaying correctly.
- Component grouping patterns: Fixed
groupPatterns not matching correctly due to incorrect micromatch options.
- Unit tests: Re-enabled unit tests that were accidentally disabled.
- Webview environment validation: Removed unnecessary environment variable validation — not required in production builds.