Skip to content

Commit

Permalink
dont open new IW for executing IW input (#15673)
Browse files Browse the repository at this point in the history
* dont open new IW for executing IW input

* revert
  • Loading branch information
amunger committed May 8, 2024
1 parent 3656224 commit ca1db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -127,7 +127,7 @@
{
"command": "jupyter.execSelectionInteractive",
"key": "shift+enter",
"when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && jupyter.ownsSelection && !notebookEditorFocused"
"when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && jupyter.ownsSelection && !notebookEditorFocused && activeEditor != 'workbench.editor.interactive'"
},
{
"command": "jupyter.runcurrentcelladvance",
Expand Down

0 comments on commit ca1db4e

Please sign in to comment.