From 653b188af538f94d3af9eaecd1254099958ca2f1 Mon Sep 17 00:00:00 2001 From: amunger Date: Wed, 13 Nov 2024 14:35:51 -0800 Subject: [PATCH] enable send to native REPL for SR users --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1be274fab8d5..565148a1c5df 100644 --- a/package.json +++ b/package.json @@ -1169,7 +1169,7 @@ { "command": "python.execInREPL", "key": "shift+enter", - "when": "!accessibilityModeEnabled && config.python.REPL.sendToNativeREPL && editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused && !isCompositeNotebook" + "when": "config.python.REPL.sendToNativeREPL && editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused && !isCompositeNotebook" }, { "command": "python.execInREPLEnter",