无法从 VS CODE 状态栏更改 python 解释器

Can't change python interpreter from VS CODE Status Bar

Status Bar Image when python file is opened

如果可以的话请帮忙,我知道为什么当我打开 python 文件时状态栏中不再显示当前活动的解释器,打开命令面板然后键入 python 很痛苦口译员只是为了检查 venv im in.

您只需点击 CTRL + Shift + P 并输入 Python Interpreter,它就会在 VS 中显示代码给你一个方法select一个解释器。

2022 年 2 月 VS 代码更改: 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)

  • 使用语言状态 API 将解释器信息移动到右侧的“Python”项中。
  • 默认取消固定。

固定和悬停后:

2022 年 3 月 17 日更新: 看起来他们在最新的 VS Code 更新中删除了 {},并且解释器现在永久固定在“python”的右侧