Skip to content

conda environment completions never load: generator runs 'conva env list' (typo) #381

Description

@vikvang

Description

The get_conda_environments generator in command-signatures/src/generators/conda.rs runs conva env list — note the typo — so the command always fails and conda environment completions never appear.

Where

command-signatures/src/generators/conda.rs, get_conda_environments:

Generator::script(CommandBuilder::single_command("conva env list"), |output| {

Expected

The generator should run conda env list.

Impact

Environment-name completions for conda are silently broken — the generator produces no suggestions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething is not working as expectedfactory:warp-for-ossOwned by the Warp for OSS factorygood first issueGood for newcomersready-to-specHuman gate: maintainer approved this issue for spec writingrepro:highLooks highly reproducible from the available informationtriagedInitial factory triage has been completed

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions