Skip to content

Commit

Permalink
enable send to native REPL for SR users (#24440)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger authored Nov 13, 2024
1 parent ec67825 commit 4c32b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4c32b96

Please sign in to comment.