-
Notifications
You must be signed in to change notification settings - Fork 108
Description
If I have started up a Python interpreter, and an R interpreter, and then at some point I shut down the R interpreter, the active interpreter should switch back to my Python interpreter (now the only remaining running interpreter). Instead, currently, if I shut down the R interpreter, my console continues to be an R console (now with no active session/interpreter) and the highlighted interpreter in the drop-down continues to be the R interpreter (in shut-down state, no green dot) and I have to specifically click on the Python interpreter again to update both the console and the highlighted interpreter in the drop down.
Both R and Python running, R highlighted in both drop down and in console
R is shut down, but still shown as the current interpreter in the drop down list
Console still shows R, even though the session has exited
I have to click on Python in the drop-down to get the desired behavior
