File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change 1121
1121
{
1122
1122
"command" : " python.execSelectionInTerminal" ,
1123
1123
"key" : " shift+enter" ,
1124
- "when" : " !config.python.REPL.sendToNativeREPL && editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused && activeEditor != 'workbench.editor.interactive'"
1124
+ "when" : " editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused && activeEditor != 'workbench.editor.interactive'"
1125
1125
},
1126
1126
{
1127
1127
"command" : " python.execInREPL" ,
1128
1128
"key" : " shift+enter" ,
1129
- "when" : " config.python.REPL.sendToNativeREPL && activeEditor != 'workbench.editor.interactive'&& editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused"
1129
+ "when" : " !accessibilityModeEnabled && config.python.REPL.sendToNativeREPL && activeEditor != 'workbench.editor.interactive'&& editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused"
1130
1130
},
1131
1131
{
1132
1132
"command" : " python.execInREPLEnter" ,
You can’t perform that action at this time.
0 commit comments