dont open new IW for executing IW input (#15673)

* dont open new IW for executing IW input

* revert
This commit is contained in:
Aaron Munger 2024-05-08 07:57:32 -07:00 коммит произвёл GitHub
Родитель 36562246a3
Коммит ca1db4e9e7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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",