Skip to content

[Feature Request] Add Support for Conda Environments #618

@EricMegalovania

Description

@EricMegalovania

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 list or 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions