diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index 336f2cb695..22a6b77762 100644 --- a/extensions/notebook/package.json +++ b/extensions/notebook/package.json @@ -424,6 +424,10 @@ "command": "notebook.command.addNotebook", "when": "false" }, + { + "command": "notebook.command.addSection", + "when": "false" + }, { "command": "notebook.command.addMarkdown", "when": "false"