Notebook toolbar extensibility (#3362)

* Notebook Toolbar Contribution

* Address CR comments, ensure CSS can be passed in for contributed items
This commit is contained in:
Chris LaFreniere
2018-12-03 11:15:14 -08:00
committed by GitHub
parent 5add835750
commit c7e33a90fe
4 changed files with 97 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ namespace schema {
case 'view/item/context': return MenuId.ViewItemContext;
// {{SQL CARBON EDIT}}
case 'objectExplorer/item/context': return MenuId.ObjectExplorerItemContext;
case 'notebook/toolbar': return MenuId.NotebookToolbar;
}
return void 0;