Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Success/Failure decoration Python REPL #22533

Closed
3 tasks done
anthonykim1 opened this issue Nov 27, 2023 · 1 comment
Closed
3 tasks done

Test: Success/Failure decoration Python REPL #22533

anthonykim1 opened this issue Nov 27, 2023 · 1 comment

Comments

@anthonykim1
Copy link

anthonykim1 commented Nov 27, 2023

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:

  1. Make sure you are on latest version of Python Extension.
  2. Make sure you have Python installed on your machine.

Steps:

  1. Launch Python REPL via shift+enter on Python file of your choice.
  2. Observe Python REPL that is located in your terminal.
  3. Observe there is correct decoration next to command you have shift+entered. Blue for successful command run, red for failed command run.
  4. 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.
@aeschli
Copy link

aeschli commented Nov 28, 2023

Works nicely!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants