-
-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Description
Description:
Currently, cph only supports standalone Python environments and does not recognize or manage Conda environments.
Proposed Solution:
Integrate Conda environment support into the extension. This could include:
- Detecting installed Conda environments (e.g., via
conda env listor checking typical paths like~/anaconda3/envs/or~/miniconda3/envs/). - Allowing users to select a Conda environment as the Python interpreter, similar to how virtual environments are handled.
- Ensuring compatibility with Conda's structure, such as handling environment variables and path configurations.
Additional Context:
- Extension Version: [2025.12.1766739309]
- VSCode Version: [1.109.0]
- Operating System: [Windows 10]
- Conda Distribution: [Miniconda 25.11.1]
Thank you for considering this feature request. Adding Conda support would greatly improve the extension's versatility and user experience.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels