From eecc524aea8b837fb5de53db58ce5b6115ad1c1b Mon Sep 17 00:00:00 2001 From: David Kutugata Date: Tue, 20 Apr 2021 16:21:03 -0700 Subject: [PATCH] go back to notebook group --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 16359d0cf16..f2d37c0115f 100644 --- a/package.json +++ b/package.json @@ -652,17 +652,17 @@ { "command": "jupyter.notebookeditor.removeallcells", "title": "%jupyter.command.jupyter.notebookeditor.removeallcells.title%", - "category": "Jupyter" + "category": "Notebook" }, { "command": "jupyter.notebookeditor.expandallcells", "title": "%jupyter.command.jupyter.notebookeditor.expandallcells.title%", - "category": "Jupyter" + "category": "Notebook" }, { "command": "jupyter.notebookeditor.collapseallcells", "title": "%jupyter.command.jupyter.notebookeditor.collapseallcells.title%", - "category": "Jupyter" + "category": "Notebook" }, { "command": "jupyter.expandallcells", @@ -1132,7 +1132,7 @@ { "command": "jupyter.notebookeditor.removeallcells", "title": "%jupyter.command.jupyter.notebookeditor.removeallcells.title%", - "category": "Jupyter", + "category": "Notebook", "when": "jupyter.havenativecells && jupyter.isnativeactive && jupyter.isnotebooktrusted" }, { @@ -1168,13 +1168,13 @@ { "command": "jupyter.notebookeditor.expandallcells", "title": "%jupyter.command.jupyter.expandallcells.title%", - "category": "Jupyter", + "category": "Notebook", "when": "notebookEditorFocused && notebookViewType == 'jupyter-notebook'" }, { "command": "jupyter.notebookeditor.collapseallcells", "title": "%jupyter.command.jupyter.collapseallcells.title%", - "category": "Jupyter", + "category": "Notebook", "when": "notebookEditorFocused && notebookViewType == 'jupyter-notebook'" }, {