You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During November iteration, we fixed indentation error for #24256
After the fix is merged, user is saying there are difference in how Run selection/line works for terminal -
In previous versions of Python extension, we executed all of the Python code that is sent to terminal, as opposed to mimicking REPL from cpython itself's behavior where it sometimes have trailing ... and requires an additional or two key presses of "Enter"
This is across all the different version of REPL in external terminal (using REPL from cpython):
Since the command is "Run selection/line" we should aim to execute without having user to go down to terminal and press enter.
The text was updated successfully, but these errors were encountered:
anthonykim1
changed the title
Attempt to execute all the commands sent, without trailing ... in REPL
Attempt to execute all the commands sent, without requiring manual 'Enter' keypress
Dec 9, 2024
Brought up: #24256 (comment)
During November iteration, we fixed indentation error for #24256
After the fix is merged, user is saying there are difference in how Run selection/line works for terminal -
In previous versions of Python extension, we executed all of the Python code that is sent to terminal, as opposed to mimicking REPL from cpython itself's behavior where it sometimes have trailing ... and requires an additional or two key presses of "Enter"
This is across all the different version of REPL in external terminal (using REPL from cpython):
Since the command is "Run selection/line" we should aim to execute without having user to go down to terminal and press enter.
The text was updated successfully, but these errors were encountered: