I see it added in packages/plugin-ext/src/main/browser/view/plugin-view-registry.ts:
this.doRegisterViewContainer('test', 'left', {
label: 'Test',
iconClass: 'theia-plugin-test-tab-icon',
closeable: true
});
Is it used?
[original thread by amiramw]