Skip to content

Commit 42a513e

Browse files
amungeranthonykim1
authored andcommitted
dont execute to console from the IW input box (microsoft#23389)
microsoft/vscode#212051 trying to straighten out the keybindings for interactive.execute, we don't want the code to go to the console from the IW/REPL input box
1 parent e0ae2ff commit 42a513e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
{
10961096
"command": "python.execSelectionInTerminal",
10971097
"key": "shift+enter",
1098-
"when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused"
1098+
"when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused && activeEditor != 'workbench.editor.interactive'"
10991099
},
11001100
{
11011101
"command": "python.refreshTensorBoard",

0 commit comments

Comments
 (0)