Adopt notebook/toolbar
contribution point for native notebooks
#5954
Milestone
notebook/toolbar
contribution point for native notebooks
#5954
Just had a chat with @rebornix about this. With Sunday night's Insiders build, extensions will be able to contribute items to
notebook/toolbar
, with the following groups:navigation/edit
navigation/execute
<-- This will house restart kernel and interrupt kernelnavigation
<-- This will house other actions like open variable view and exportstatus
<-- This appears on the right of the notebook toolbar and currently houses only the kernel picker. In future we can consider moving the local/remote status item up here, but for now we should not contribute to this groupWe will be able to specify a
shortTitle
for each command that appears in the notebook toolbar. When present, thisshortTitle
attribute will be displayed next to the command's associated codicon in the toolbar, so as not to take up too much horizontal space with a lengthier title. VS Code will then pick eithershortTitle
or the existingtitle
to display depending on context.The text was updated successfully, but these errors were encountered: