Add something to the title bar of viewContainer programmatically #69
-
I'm developing an extension to show some views with a viewContainer, I wanna show up a flag (or an icon, text, dropdown list the same as the one in "Debug view"), since the data is different with my different dev environment(such as production, staging, test). But it seems there is no api to support it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @KrabsWong ,
You are right, there is no API for that. And even if you use a WebView, you won't be able to create such UI. You can customize the content inside each Panel (such as Variables, Watch, Call Stack), but not the Side Bar. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @KrabsWong ,
You are right, there is no API for that. And even if you use a WebView, you won't be able to create such UI.
You can customize the content inside each Panel (such as Variables, Watch, Call Stack), but not the Side Bar.
Hope this helps