Replies: 3 comments 1 reply
-
Issues regarding the Quarto VSCode extension are to be open in https://github.com/quarto-dev/quarto/issues. Note that without any reproducible example or steps to reproduce, it is very hard to figure what's wrong in your setup. Your issue might be related to quarto-dev/quarto#213 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I expanded the RHEL tarball for Quarto 1.4 but my attempt to tell VS Code extension where my quarto binary is doesn't seem to do anything? I have
"quarto.path"
set in my remote settings but when I do "quarto preview" or any command for quarto in the VS Code command palette, it just sends a "quarto" command to the Terminal which finds nothing.I can add the path to my UNIX path to work around this, but what's the point of the
quarto.path
VS code setting if it's not used? Am I doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions