forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area-replbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugon-testplanAdded to test planAdded to test plantriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Tested on WSL and Codespaces and experienced the same issue. Code decorators appear as normal until you get a failure and then all subsequent code has a failure indicator even if successful. When using the Run Previous Command, the keyboard interrupt produces a failure decorator and then causes the similar behavior for subsequent code runs.
Repro:
- Send code to the REPL and observe the code decorators that appear
- Send a line that will result in a failure
- Observe the failure decorator that appears as expected
- Send code that should be successful
- Observe the failure decorator that persists
Repro for run previous command bug:
- Send a few lines of code to the REPL
- Trigger the run previous command
- Run a previous statement
- Observe the failure decorator that persists
Codespaces:
repl_shell_integration_bug.mp4
Metadata
Metadata
Assignees
Labels
area-replbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugon-testplanAdded to test planAdded to test plantriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team