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
I would really appreciate, if the IPluginInfo could also include the the descritpion of the installed package. My application make a a very good use of live-plugin-manager in a way which offers users the possibility to install additional packages from NPM or local filesystem. The installable packages are shown in a list showing their name and the description.
Having the IPluginInfos location property I can parse the package.json, but this is basically the same thing live-plugin-manager is doing when creating the IPluginInfo.
So far I investigated the code a little bit an it seems, that only a small addition would be necessary to the createPluginInfo method in the PluginManager.ts file
I would really appreciate, if the IPluginInfo could also include the the descritpion of the installed package. My application make a a very good use of live-plugin-manager in a way which offers users the possibility to install additional packages from NPM or local filesystem. The installable packages are shown in a list showing their name and the description.
Having the IPluginInfos location property I can parse the package.json, but this is basically the same thing live-plugin-manager is doing when creating the IPluginInfo.
So far I investigated the code a little bit an it seems, that only a small addition would be necessary to the createPluginInfo method in the PluginManager.ts file
The text was updated successfully, but these errors were encountered: