Multiple instances of some custom widget

Hi all, is it possible to have multiple instances of the Theia extension I have created?
Moreover, if the answer is yes, how should it work?

Hi,

could you describe the use case more in detail? You can have multiple instances of classes/services in your extension. But what exactly do you mean by having multiple instances of the extension itself?

Best regards,
Jonas

Hi @JonasHelming , thank you for your reply. Well, as an example I have created an extension (new widget) which presents some graphs. The extension can be open via View menu and appears on the Activity Bar. Now, I want to let users to have more then one instance of this widget visible on the Activity Bar. Is it possible?