Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dropdowns in custom VSCode view container

Is there a way to add custom UI - for example a dropdown - to the view container title, similar to how the Debug view container shows a dropdown of launch.json configurations?

enter image description here

like image 667
Petr Broz Avatar asked Jan 21 '26 13:01

Petr Broz


1 Answers

No, that's not possible. Visual Studio code does not support any standard HTML to be used in the parts of it that can be extended by an extension. Webviews would allo such kind of UI, but they cannot be used as general UI extension, only as different document type.

like image 178
Mike Lischke Avatar answered Jan 24 '26 18:01

Mike Lischke



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!