Skip to content

How to prevent the vscode-quarto-extension using an old pre-installed version of Quarto? #787

@bgctw

Description

@bgctw

I want to use a recent version of Quarto on a shared server (accessed by vscode remote extension).
Therefore, I installed quarto using conda, queried its path, and specified this path via vscode quarto.path setting.

However, on this server there is an old installation of RStudio-server including Quarto 1.4. Although this server is not in the path, the vscode quarto extension is using RStudio-version, no matter of what I specify with the vscode quarto.path setting and if I kill and restart the remote vscode server.

The problem seems to be that the quarto.path setting only takes effect, if quarto is not in the PATH, but somehow, the old installation is added to the path by the vscode-quarto-extension.
A quick search for rstudio-server pointed to: quarto.ts.

How can I tell the quarto-extension to use a different executable than the old one?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions