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 4b3fcb6 commit 735516aCopy full SHA for 735516a
package.json
@@ -98,7 +98,7 @@
98
{
99
"command": "python.execSelectionInTerminal",
100
"key": "shift+enter",
101
- "when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection"
+ "when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused"
102
}
103
],
104
"commands": [
0 commit comments