·
3 commits
to main
since this release
- 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).