Releases: quarto-dev/quarto
Releases · quarto-dev/quarto
VSC extension - v1.131.0
- Added support for Positron's statement execution feature that reports the approximate line number of the parse error (#919).
- Fixed a bug where
Quarto: Format Cellwould notify you that no formatter was available for code cells that were already formatted (#933). - No longer claim
.typfiles. Typst syntax highlighting in Quarto documents is unaffected, but standalone Typst files are now left to dedicated extensions like Tinymist (#943). - Improved Quarto snippets: fixed invalid JSON, corrected the raw code block syntax, refreshed and alphabetised the fenced code block language list, added
typstto raw code blocks, restored content and tab stops in thecolumns2/columns3snippets, ensured block-level snippets are surrounded by empty lines, and addedyaml,figure,xref,list-table, andtabsetsnippets (#946). - Preserve Quarto code cell option directives (e.g.
#| label: foo) when formatting embedded code. The directives are now stripped from the virtual document before being handed to the language formatter, so formatters such as Black, autopep8, and styler can no longer reflow or rewrite them (#655). - Fixed a bug where closing the Quarto Preview terminal via the trash icon did not clean up intermediate
.quarto_ipynbfiles (#947).
VSC extension - v1.130.0
VSC extension - v1.129.0
- Fixed Copilot completions in
.qmddocuments (#887). - Fixed a bug where the
autoDetectColorSchemesetting could cause equation previews to have a dark text on dark background and vice versa (#864). - Fixed a regression where bash cell execution does not work (#826).
- Fixed cell formatting sometimes deleting code at the end of the cell (#754).
- Removed visual/source toggle button from Positron editor action bar. You can still switch between editing modes using the command palette or context menu (#896).
- Improved checkbox list item appearance in the Visual Editor (#893).
- Fixed columns2 and columns3 snippets leaving
:::in the document (#899). - Added fragment snippet (#901).
- Fixed a bug where visual editor removed the first nested checkbox (#895).
VSC extension - v1.128.0
VSC extension - v1.127.0
- 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).
VSC extension - v1.126.0
- Fixed a bug opening non-Quarto files in visual mode on saving (#848).
VSC extension - v1.125.0
- Fixed an issue where attribute values containing '='s could be truncated in some scenarios (#814).
- Fixed an issue where a loading spinner for qmd previews wasn't dismissed on preview errors (#823).
- Diagnostics are no longer reported for internal temporary virtual document files (#832).
- Fixed switching to visual mode for untitled documents in Positron (#831).
- Use environment variable
QUARTO_PANDOC, to use a custom path to Pandoc for the extension (#740) - Re-enable completions in visual mode in Positron, with fixes (#798)
VSC extension - v1.124.0
VSC extension - v1.123.0
- Fixed a bug with switching between source and visual editors in Positron (#732).
VSC extension - v1.122.0
- Language server temporary files are now permanently deleted, bypassing the trash can (#714).
- Change controls on Positron editor action bar and fix "Render on Save" behavior (#706).
- Add additional new control ("Insert Code Cell") to Positron editor action bar (#709).
- Turn off completions in visual mode in Positron, as a temporary stopgap until we can invest more in LSP features in the visual editor (#710).