Skip to content

Releases: quarto-dev/quarto

VSC extension - v1.117.0

07 Nov 20:55
f35a364
Compare
Choose a tag to compare

1.117.0 (Release on 2024-11-07)

  • Fix issue with temp files for LSP request virtual documents (#585)
  • Improved statement execution for Python .qmd files in Positron (#589)
  • Automatically open .qmd files in visual or source editor if specified (#577)

VSC extension - v1.116.0

08 Oct 18:41
Compare
Choose a tag to compare

Changelog

1.116.0 (Release on 2024-10-08)

  • Fix issue with raw html blocks being removed from document by Visual Editor (#552)
  • Fix issue with raw latex blocks being removed from document by Visual Editor (#558)
  • Support validation and autocompletion for _brand.yml files if supported by the Quarto version (>= 1.6.24) (#565)

VSC extension - v1.115.0

20 Sep 20:50
75e1c5b
Compare
Choose a tag to compare

Changelog

1.115.0 (Release on 20 September 2024)

  • Suppress background highlight on first line (#537).
  • In Source Mode, Insert Code Cell now places your cursor directly into the code cell if you've already specified the language in a previous cell (#540).
  • Improved reliability of sequential execution of code cells in Positron (#510).