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
Thank you for testing success/failure decoration for Python REPL!
This should be pretty familiar from shell integration and in VS Code terminal that you see often.
Windows tester: please test this thoroughly as I just received report that user see empty colorless circle testing this on windows. Please let me know if you see colorless circle or the appropriate blue/red circles on your REPL.
Background Information
This is the blue and red dot next to your prompt that you are used to seeing in the VS Code terminal that is shell integrated. There should be blue circle next to command that is successfully run and red circle next to command that has failed to run.
Setup:
Make sure you are on latest version of Python Extension.
Make sure you have Python installed on your machine.
Steps:
Launch Python REPL via shift+enter on Python file of your choice.
Observe Python REPL that is located in your terminal.
Observe there is correct decoration next to command you have shift+entered. Blue for successful command run, red for failed command run.
Try executing couple commands on Python REPL (For example, print('hello world') ) that is launched directly rather than shift+entering on your file to see if you get correct decoration.
The text was updated successfully, but these errors were encountered:
Refs: #22486
Complexity: 3
Create Issue
Thank you for testing success/failure decoration for Python REPL!
This should be pretty familiar from shell integration and in VS Code terminal that you see often.
Windows tester: please test this thoroughly as I just received report that user see empty colorless circle testing this on windows. Please let me know if you see colorless circle or the appropriate blue/red circles on your REPL.
Background Information
This is the blue and red dot next to your prompt that you are used to seeing in the VS Code terminal that is shell integrated. There should be blue circle next to command that is successfully run and red circle next to command that has failed to run.
Setup:
Steps:
The text was updated successfully, but these errors were encountered: