I used to be able to easily see the current terminal’s Python environment and switch it, which was usually located in the bottom right corner, but this feature has been missing with the recent version updates, which is very inconvenient for meI used to be able to easily see the current terminal’s Python environment and switch it.
Hey, thanks for the report. From the screenshot, it’s clear the status bar is hidden - the interpreter selection button can’t be visible because the bottom bar itself is missing.
To show the status bar, press Ctrl+Shift+P and run the command “View: Toggle Status Bar” or open View → Toggle Status Bar from the menu.
After that, a button with the current Python interpreter will appear in the bottom right corner, and you can click it to choose another environment.
