The environment is created with a "default" name or otherwise an error message informs the user that "name" has to be defined in the environment.yml file.
Actual Behavior
Micromamba extension will fail to create an environment and provide no useful error message.
Environment
node -v
: nonenpm -v
: nonePrerequisite
VSCode with micromamba
Steps to Reproduce
Create a minimal
environment.yml
file:And create an environment with vscode-micromamba.
Expected Behavior
The environment is created with a "default" name or otherwise an error message informs the user that "name" has to be defined in the
environment.yml
file.Actual Behavior
Micromamba extension will fail to create an environment and provide no useful error message.