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

TPI: Python REPL Run Recent Command Current Session #22775

Closed
2 tasks done
anthonykim1 opened this issue Jan 22, 2024 · 2 comments
Closed
2 tasks done

TPI: Python REPL Run Recent Command Current Session #22775

anthonykim1 opened this issue Jan 22, 2024 · 2 comments

Comments

@anthonykim1
Copy link

anthonykim1 commented Jan 22, 2024

Refs: #22647

Complexity: 2

Create Issue


Thank you in advance for testing this feature!
Today we will test Terminal: Run Recent Command for Python REPL, specifically
More background information about what this does can be found here in official VS Code documentation:
(https://code.visualstudio.com/docs/terminal/shell-integration#_run-recent-command)

Setup:

  1. Make sure you have Python installed in your computer.
  2. Make sure you have not turned off terminal.integrated.shellIntegration.enabled (You shouldn't worry about this if you haven't touched this setting manually yourself)

Steps:

  1. Open Python file. (aka. .py file)
  2. Launch Python REPL via Shift+enter or other key binding to launch Python REPL inside VS Code.
  3. Execute code in the REPL via Shift+enter
  4. Press control+shift+p, command+shift+p and then type Terminal: Run Recent Command to see if your Python REPL command history exists for current session

@hbons
Copy link
Member

hbons commented Jan 23, 2024

works! no problems found.
image

@andreamah
Copy link

works great for me! 👍

@github-actions github-actions bot added this to the February 2024 milestone Feb 16, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
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

3 participants