Skip to content

Commit 4c32b96

Browse files
authored
enable send to native REPL for SR users (#24440)
fix microsoft/vscode#233634
1 parent ec67825 commit 4c32b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@
11691169
{
11701170
"command": "python.execInREPL",
11711171
"key": "shift+enter",
1172-
"when": "!accessibilityModeEnabled && config.python.REPL.sendToNativeREPL && editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused && !isCompositeNotebook"
1172+
"when": "config.python.REPL.sendToNativeREPL && editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused && !isCompositeNotebook"
11731173
},
11741174
{
11751175
"command": "python.execInREPLEnter",

0 commit comments

Comments
 (0)