Can not have multiple plugins inside the plugins folder #9064
Labels
plug-in system
issues related to the plug-in system
🤔 needs more info
issues that require more info from the author
Bug Description:
Can not have more than one frontend (maybe backend too) non VS plugins inside the plugins folder. I have tested dropping multiple of these example plugins, https://github.com/eclipse/che-theia-samples/tree/master/samples, as well as my own plugin into the plugins folder and only one will be registered.
After debugging the issue, I have found the root cause. The file packages/plugin-ext/src/hosted/browser/hosted-plugin.ts, line 361, const dynamicContributions = hostContributions.get(plugin.host) || []; should be const dynamicContributions = hostContributions.get(host).
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: