Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate API support for declarative package.json #10

Open
lucas-koehler opened this issue Jan 18, 2022 · 1 comment
Open

Generate API support for declarative package.json #10

lucas-koehler opened this issue Jan 18, 2022 · 1 comment

Comments

@lucas-koehler
Copy link
Contributor

VSCode extensions allow specifying various properties and contributions via the extension's package.json.
The report does not consider this so far.

Theia seems to (partially) implemented this in plugin-protocol.ts.

@colin-grant-work
Copy link
Contributor

One possibility here would be to compare the definition of PluginPackage referred to above with VSCode's IRelaxedExtensionManifest in extennsions.ts. Assuming PluginPackage defines only fields and variants that are actually handled by Theia, any differences in the two packages would probably point to mismatches in expectations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants