forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
area-replinfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Type: Bug
Behaviour
disabling python.REPL.enableREPLSmartSend
in settings.json
doesn't work. the Shift+Enter
keyboard shortcut still activates it
Steps to reproduce:
- set
python.REPL.enableREPLSmartSend
tofalse
in.vscode/settings.json
- create a python file with an expression in it, eg:
1
- put the cursor at the end of the line and hit
shift+enter
Diagnostic data
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
2024-08-27 17:03:39.959 [info] Send text to terminal: 1
Extension version: 2024.12.3
VS Code version: Code 1.92.2 (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-08-14T17:29:30.058Z)
OS version: Windows_NT x64 10.0.22621
Modes:
KotlinIsland and amirongit
Metadata
Metadata
Assignees
Labels
area-replinfo-neededIssue requires more information from posterIssue requires more information from poster