Skip to content

Commit 1f4d1cc

Browse files
committed
migrate interrupt to core
1 parent b31f7e1 commit 1f4d1cc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -937,11 +937,6 @@
937937
"group": "navigation@1",
938938
"when": "isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"
939939
},
940-
{
941-
"command": "jupyter.interruptkernel",
942-
"group": "navigation@2",
943-
"when": "isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"
944-
},
945940
{
946941
"command": "jupyter.openVariableView",
947942
"group": "navigation@3",
@@ -1199,12 +1194,6 @@
11991194
"category": "Jupyter",
12001195
"when": "jupyter.hascodecells && jupyter.ispythonorinteractiveeactive && !notebookEditorFocused && isWorkspaceTrusted"
12011196
},
1202-
{
1203-
"command": "jupyter.interruptkernel",
1204-
"title": "%jupyter.command.jupyter.interruptkernel.title%",
1205-
"category": "Jupyter",
1206-
"when": "jupyter.ispythonorinteractiveeactive && isWorkspaceTrusted"
1207-
},
12081197
{
12091198
"command": "jupyter.restartkernel",
12101199
"title": "%jupyter.command.jupyter.restartkernel.title%",

0 commit comments

Comments
 (0)