Skip to content

VSC extension - v1.132.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 May 14:53
· 5 commits to main since this release
c0849c2
  • Added clickable document links for file paths in _quarto.yml files. File paths are now clickable and navigate directly to the referenced file (#906).
  • Added filepath autocompletion in _quarto.yml files. 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 config field in quarto inspect which might happen in some circumstances in Quarto 1.9 (#961)
  • Increase timeout to run quarto preview in a terminal with a Python virtual environment to 5s, to work around VS code injecting shell commands after quarto preview started (#962)