Pixi is a package management tool that amongst others supports creating python virtual environments. These environments are essentially conda environments but are placed in a specific directory inside of the workspace/project. At the moment this plugin does not properly detect these environments. Pixi is also not based on conda which means users who do not have conda (or a variant) installed are unable to use pixi environments.
I would like this plugin to properly detect pixi environments.
An initial implementation of a pixi environment locator can be found here #22968 .
Pixi is a package management tool that amongst others supports creating python virtual environments. These environments are essentially conda environments but are placed in a specific directory inside of the workspace/project. At the moment this plugin does not properly detect these environments. Pixi is also not based on conda which means users who do not have conda (or a variant) installed are unable to use pixi environments.
I would like this plugin to properly detect pixi environments.
An initial implementation of a pixi environment locator can be found here #22968 .