Replies: 1 comment
-
Yes, you should be able to grab debug view container and call That's how it is implemented in the plugin system: theia/packages/plugin-ext/src/main/browser/view/plugin-view-registry.ts Lines 124 to 127 in 3d5e4f9 Basically whenever the debug view is created it injects a new view into it. The same done on the startup in the case if the debug widget was already created: theia/packages/plugin-ext/src/main/browser/view/plugin-view-registry.ts Lines 447 to 451 in 3d5e4f9 |
Beta Was this translation helpful? Give feedback.
-
Hello,
There is some way to add panel to @theia/debug widget (like in my image)
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions