Is there a way to listen to after all plugins and vscode extensions have been loaded in order to execute my functionality only then?
[original thread by amiramw]
Is there a way to listen to after all plugins and vscode extensions have been loaded in order to execute my functionality only then?
[original thread by amiramw]
What are you trying to achieve?
[amiramw]
We are loading an iframe on theia start and we want its content to be dymaic based on configuration from theia plugins. So we don’t want to load it before all plugins are loaded.
What do you mean by load? deployed on backend? real load happens only via frontend if you don’t have frontend, you cannot load plugins for it
Hello @amiramw
there’re two events that can help you to solve your problem:
extension-manager is deprecated please don’t use it