Skip to content

VSC extension - v1.131.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Apr 18:52
· 3 commits to main since this release
5f289ff
  • 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 Cell would notify you that no formatter was available for code cells that were already formatted (#933).
  • No longer claim .typ files. 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 typst to raw code blocks, restored content and tab stops in the columns2/columns3 snippets, ensured block-level snippets are surrounded by empty lines, and added yaml, figure, xref, list-table, and tabset snippets (#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_ipynb files (#947).