·
5 commits
to main
since this release
- Added clickable document links for file paths in
_quarto.ymlfiles. File paths are now clickable and navigate directly to the referenced file (#906). - Added filepath autocompletion in
_quarto.ymlfiles. When editing YAML values, the extension now suggests project files as you type (#906). - In an empty document, Positron's active runtime is now used to choose the language for a new code cell (#951).
- Send cell figure options (width/height) to Positron to control sizing in its Plots pane (#938).
- Added "Convert to .ipynb" and "Convert to .qmd" commands for converting between Quarto documents and Jupyter notebooks (#955)
- Guard against empty
configfield inquarto inspectwhich might happen in some circumstances in Quarto 1.9 (#961) - Increase timeout to run
quarto previewin a terminal with a Python virtual environment to 5s, to work around VS code injecting shell commands afterquarto previewstarted (#962)