I tried to use this extension and nothing seems to work as intended...
I am on:
- WSL2 Ubuntu 24.04 (but same behavior on Windows)
- bash
- Latest VSCode (1.108.1)
- Python extension version v2026.0.0
- Python Environments extension version v1.16.0
- Pixi Code extension v0.1.5
Here is a list of issues I encountered:
-
New terminals do not activate the selected Pixi environment for the workspace.
-
Debugger appears to use the multi-root workspace's root's selected environment instead of the one for the workspace the file is in:
-
The Run Python File sometimes opens a terminal with the activation command, but then nothing happens.
I have created a minimal reproduction repo here: https://github.com/RaphaelMelanconAtBentley/test-vscode-environments-extension
I tried to use this extension and nothing seems to work as intended...
I am on:
Here is a list of issues I encountered:
New terminals do not activate the selected Pixi environment for the workspace.
The terminal environment contribution appears correct but the environment isn't activated:
Uses the last environment activated (package-a) instead of the selected one (package-b):

Debugger appears to use the multi-root workspace's root's selected environment instead of the one for the workspace the file is in:
The
Run Python Filesometimes opens a terminal with the activation command, but then nothing happens.I have created a minimal reproduction repo here: https://github.com/RaphaelMelanconAtBentley/test-vscode-environments-extension