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.
Description
The
get_conda_environmentsgenerator incommand-signatures/src/generators/conda.rsrunsconva 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:Expected
The generator should run
conda env list.Impact
Environment-name completions for conda are silently broken — the generator produces no suggestions.