I used theia’s yeoman extension generator and created a sample react widget-based extension which puts a new icon under Explorer on the left side. But I want to 1) attach my widget to the right side and 2) open it by clicking an icon which should go above Outline sidebar icon. How do I do this?
I tried to come up with a solution by looking at outline’s code (https://github.com/eclipse-theia/theia/tree/05f2e07bb77637723e6720231342b9acce01a159/packages/outline-view/src/browser), but couldn’t figure out.
Can anyone give a hint on this? Thank you!
[original thread by Kyrgyz NLP]