Skip to content

Commit

Permalink
migrate interrupt to core
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Mar 31, 2023
1 parent b31f7e1 commit 1f4d1cc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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%",
Expand Down

0 comments on commit 1f4d1cc

Please sign in to comment.