Broader search for locating pixi environment #24042
Labels
area-environments
Features relating to handling interpreter environments
bug
Issue identified by VS Code Team member as probable bug
needs PR
Ready to be worked on
Apparently entering absolute path to pixi environment instead of relative to active workspace will cause "no interpreter" scenario for pixi environment from: #23975 (comment)
We could probably modify
vscode-python/src/client/pythonEnvironments/common/environmentManagers/pixi.ts
Line 294 in 7ccf01e
Inserting relative path seems to work fine. Perhaps we need to trim down when absolute path is given and convert it to relative path?
Context: #23975 (comment)
The text was updated successfully, but these errors were encountered: