I want to add some task action, I need to show runner, debug icons on top main layout. Like vscode
shows Run
icon on top of editors tab.
[original thread by Lakkana]
I want to add some task action, I need to show runner, debug icons on top main layout. Like vscode
shows Run
icon on top of editors tab.
[original thread by Lakkana]
There is no main toolbar, each shell widget has its own toolbar. You can contribute to toolbar registry via TabBarToolbarContribution
.