Hey, this isn’t a bug. The Python Environments icon is hidden by default behind the python.useEnvironmentsExtension setting. The extension is currently in preview, and Microsoft is rolling it out via a server-side experiment. To enable it manually:
Cmd+Shift+P or Ctrl+Shift+P → Preferences: Open User Settings (JSON)
Add: "python.useEnvironmentsExtension": true
Reload the window Reload Window
After that, the Python icon and the Python Projects and Environment Managers views should show up in the Activity Bar. This is an option in the extension itself, so you’ll see the same behavior in VS Code if you’re not in the experiment group. Let me know if it still doesn’t work.