We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4219ae commit f6d5986Copy full SHA for f6d5986
package.json
@@ -1118,7 +1118,7 @@
1118
{
1119
"command": "python.execInREPL",
1120
"key": "shift+enter",
1121
- "when": "config.python.REPL.sendToNativeREPL && activeEditor != 'workbench.editor.interactive'&& editorLangId == python && editorTextFocus && !jupyter.ownsSelection"
+ "when": "config.python.REPL.sendToNativeREPL && activeEditor != 'workbench.editor.interactive'&& editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused"
1122
},
1123
1124
"command": "python.execInREPLEnter",
0 commit comments