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
Shift+enter to start a REPL and send some Python code to the REPL
In the REPL, run exit()
Now there is still a Python terminal
4. Shift+enter again
5. π the existing Python terminal is reused but the REPL isn't restarted, so my selection is just dumped straight to the command prompt
Can we use shell integration here to restart the Python REPL or even switch the terminal type back to powershell after the user types exit()? cc @Tyriar