-
DescriptionDoes anyone have any thoughts why my quarto vscode extension is suddenly requiring a specific version of quarto? This is what I have with my default keybinding to render:
when I hit which is executing this code path: which suggest that version quarto itself still works great from the CLI with Things I've tried:
Has this ever happened to anyone before? Version Infoquarto version: |
Beta Was this translation helpful? Give feedback.
FYI, this was introduced in quarto-dev/quarto@06678d5
The rational is for R package support: quarto-dev/quarto#455
@boshek Are you in an R package workspace? (A workspace with a
DESCRIPTION
file withPackage
https://github.com/quarto-dev/quarto/blob/06678d55143a7d6de6c7f0232db0c5dcf8392ca6/apps/vscode/src/providers/preview/preview-util.ts#L62-L75)