From 1f4d1cca7d9d640218647331e99a17905de985c5 Mon Sep 17 00:00:00 2001 From: aamunger Date: Fri, 31 Mar 2023 11:45:57 -0700 Subject: [PATCH] migrate interrupt to core --- package.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/package.json b/package.json index 71aa2aee74c..0b1467c476f 100644 --- a/package.json +++ b/package.json @@ -937,11 +937,6 @@ "group": "navigation@1", "when": "isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel" }, - { - "command": "jupyter.interruptkernel", - "group": "navigation@2", - "when": "isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel" - }, { "command": "jupyter.openVariableView", "group": "navigation@3", @@ -1199,12 +1194,6 @@ "category": "Jupyter", "when": "jupyter.hascodecells && jupyter.ispythonorinteractiveeactive && !notebookEditorFocused && isWorkspaceTrusted" }, - { - "command": "jupyter.interruptkernel", - "title": "%jupyter.command.jupyter.interruptkernel.title%", - "category": "Jupyter", - "when": "jupyter.ispythonorinteractiveeactive && isWorkspaceTrusted" - }, { "command": "jupyter.restartkernel", "title": "%jupyter.command.jupyter.restartkernel.title%",