Skip to content

VSC extension - v1.127.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Dec 17:33
· 4 commits to main since this release
56be7d1
  • By default, headers from markdown files in R projects (projects with a DESCRIPTION file such as R package) are no longer exported as workspace symbols. They remain exported as usual in other projects. This behaviour can be controlled manually with the new quarto.symbols.exportToWorkspace setting.
  • Added a new setting quarto.useBundledQuartoInPositron to prefer the Quarto CLI bundled with Positron when available. This setting has precedence between quarto.path and quarto.usePipQuarto, and has no effect outside of Positron (#841).
  • Visual Editor: uses a text box for alternative text and captions in callouts, images, and tables interface. (#644).
  • Fixed a bug where previewing showed "Not Found" on Quarto files with spaces in the name in subfolders of projects (#853).
  • Added support for semantic highlighting in Quarto documents, when using an LSP that supports it (for example, Pylance) (#868).
  • Visual Editor: in Positron, add support for statement execution (#867).