You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: narrow exception catch in extension manifest parsing
Replace broad 'except Exception: pass' with specific exception types
(ExtValidationError, yaml.YAMLError) and add explanatory comment for
the intentional fallback to convention-based lookup.
0 commit comments