quarto-dev / quarto-dev/quarto
VSCode Extension: does not find quarto in conda environment
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 645
- Forks
- 62
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 13
Description
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
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in a Debian Trixie devcontainer with Quarto at /opt/conda/envs/dev/bin/quarto and the quarto.path setting, then run “Quarto: Verify installation.” Trace how the VSCode extension handles quarto.path; done means the configured executable is found and verification succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100