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 c32b242 commit aeca6ddCopy full SHA for aeca6dd
package.json
@@ -116,7 +116,7 @@
116
{
117
"command": "python.execSelectionInTerminal",
118
"key": "shift+enter",
119
- "when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !python.datascience.ownsSelection"
+ "when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !python.datascience.ownsSelection && !notebookEditorFocused"
120
},
121
122
"command": "python.datascience.execSelectionInteractive",
0 commit comments