·
4 commits
to main
since this release
- By default, headers from markdown files in R projects (projects with a
DESCRIPTIONfile 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 newquarto.symbols.exportToWorkspacesetting. - Added a new setting
quarto.useBundledQuartoInPositronto prefer the Quarto CLI bundled with Positron when available. This setting has precedence betweenquarto.pathandquarto.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).