diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 7620219b..c568b8d1 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.136.0 (Unreleased) +## 1.136.0 (Release on 2026-08-25) - Reduce memory usage by only starting the language server (LSP) in projects containing Quarto documents (https://github.com/quarto-dev/quarto/pull/1059). - Fixed a bug where single-line display math with a cross-reference label (e.g. `$$1+1$$ {#eq-spec0}`), or an unclosed `$$`, stopped the rest of the document from being parsed, so headings went missing from the outline, LaTeX preview was unavailable, and code cells below could not be run ().