Skip to content

VSCode Extension: does not find quarto in conda environment #872

@skwde

Description

@skwde

Bug description

Quarto is installed using micromamba to /opt/conda/envs/dev/bin/quarto.
It works on the command line.

I also installed the VSCode quarto extension and set "quarto.path" in .vscode/settings.json.
I tried both:

  • /opt/conda/envs/dev/bin/quarto
  • /opt/conda/envs/dev/bin

When I then run "Quarto: Verify installation" I get

Image

Steps to reproduce

Try to use a conda environment with the Quarto VSCode extension and set quarto.path in .vscode/settings.json. Then run "Quarto: Verify Installation" and see the error.

Actual behavior

Quarto not found

Expected behavior

Quarto should be found

Your environment

  • debian trixie (devcontainer on MacOS)
  • VSCode: Version: 1.106.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions