Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/contrib/notebook/browser/notebookBrowser.ts')
-rw-r--r--src/vs/workbench/contrib/notebook/browser/notebookBrowser.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vs/workbench/contrib/notebook/browser/notebookBrowser.ts b/src/vs/workbench/contrib/notebook/browser/notebookBrowser.ts
index 84614d859fe..9b245482c3d 100644
--- a/src/vs/workbench/contrib/notebook/browser/notebookBrowser.ts
+++ b/src/vs/workbench/contrib/notebook/browser/notebookBrowser.ts
@@ -325,6 +325,7 @@ export interface INotebookEditorCreationOptions {
readonly menuIds: {
notebookToolbar: MenuId;
cellTitleToolbar: MenuId;
+ cellDeleteToolbar: MenuId;
cellInsertToolbar: MenuId;
cellTopInsertToolbar: MenuId;
cellExecuteToolbar: MenuId;