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
Make sure you have Python installed in your computer.
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:
Open Python file. (aka. .py file)
Launch Python REPL via Shift+enter or other key binding to launch Python REPL inside VS Code.
Execute code in the REPL via Shift+enter
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
The text was updated successfully, but these errors were encountered:
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, specificallyMore 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:
Steps:
Terminal: Run Recent Command
to see if your Python REPL command history exists for current sessionThe text was updated successfully, but these errors were encountered: