Skip to content

Releases: quarto-dev/quarto

VSC extension - v1.131.0

14 Apr 18:52
5f289ff

Choose a tag to compare

  • 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).

VSC extension - v1.130.0

18 Feb 20:22
13872ef

Choose a tag to compare

  • Fixed a bug where a parse error in one chunk meant you could not perform statement execution in another chunk (#914).
  • Changed the title of commands to "New Quarto Document", "New Quarto Notebook (ipynb)", and "New Quarto Presentation" (#920).

VSC extension - v1.129.0

29 Jan 14:59
5f7e6de

Choose a tag to compare

  • Fixed Copilot completions in .qmd documents (#887).
  • Fixed a bug where the autoDetectColorScheme setting 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

08 Jan 20:54
82d2d9f

Choose a tag to compare

  • Fixed a bug where code blocks inside complex div structures (e.g., many ::: {.notes} divs without preceding blank lines) were not detected as executable cells (#875).
  • Added a public API that other extensions can query to get the Quarto CLI path, version, and availability (#879).

VSC extension - v1.127.0

17 Dec 17:33
56be7d1

Choose a tag to compare

  • 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).

VSC extension - v1.126.0

08 Oct 16:19
9eae07d

Choose a tag to compare

  • Fixed a bug opening non-Quarto files in visual mode on saving (#848).

VSC extension - v1.125.0

03 Oct 19:54
b407d59

Choose a tag to compare

  • 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

20 Aug 19:20
f4988c6

Choose a tag to compare

  • Fix Base64 leak when no empty line between text and code block (#780).
  • Add yaml frontmatter validation to visual editor (#744).
  • Do not prepend path delimiter to path when Quarto is detected (#778).

VSC extension - v1.123.0

18 Jun 01:58
322f7b6

Choose a tag to compare

  • Fixed a bug with switching between source and visual editors in Positron (#732).

VSC extension - v1.122.0

26 May 22:28

Choose a tag to compare

  • 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).