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
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.
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.
The text was updated successfully, but these errors were encountered: