Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't change python interpreter from VS CODE Status Bar

Status Bar Image when python file is opened

pls help if you can, idk why the current active interpreter is not visible in the status bar anymore when ive python file opened, its a pain to open command pallete and then type python interpreter just to check what venv im in.

like image 778
Gaz P Avatar asked Dec 19 '25 21:12

Gaz P


1 Answers

Feb 2022 VS Code changes: https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2022-release/

Move pinned interpreter status bar item towards the right behind pythonInterpreterInfoPinned experiment. (#18282)

  • Use language status API to move interpreter info inside the "Python" item in the right side.
  • It is unpinned by default.

enter image description here

After pinning and hovering:

enter image description here

UPDATE 17/03/2022: Looks like on latest VS Code update they have removed {}, and the interpreter is now permanently pinned to the right of "python" enter image description here

like image 104
shreyansp Avatar answered Dec 22 '25 10:12

shreyansp



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!