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
CG deliberately skips built-in extensions ('represents a built-in VS Code
extension. This package will not be registered.'). Our script was only
checking direct extension deps from package.json, missing transitives
like chevrotain (a dependency of mermaid).
New step 5b2 scans ALL packages in extension node_modules/ directories,
catching transitive deps that have LICENSE files. This finds ~70 additional
packages including the entire chevrotain family, langium, @mermaid-js/parser,
and vscode-*-languageservice packages.
Dynamic coverage: 75 -> 145 packages. Total: 1084 -> 1168.
0 commit comments