Closed as not planned
Description
Currently, VS Code extensions can build its own UI on the primary side bar. Users can then move that UI to the secondary sidebar if they like. However, there is no VS Code APIs that allow extension developers to move UIs from primary to secondary side bar using code, and cannot add custom UIs in the secondary side bar.
We would like the following features:
- Add the ability for extensions developers to move their extension's UI from the primary side bar to the secondary side bar
- Add the ability for extension developers to create custom UI in the secondary side bar, similar to the primary side bar.