From 0c1d4bed2c4fc0bec589fdeacdfc5cd5a6bbeab7 Mon Sep 17 00:00:00 2001 From: elliot Date: Fri, 16 Jan 2026 15:33:50 -0500 Subject: [PATCH 1/2] Fix mistake where changelog entry has added under old release heading --- apps/vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index ec66177c..4c62df09 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -3,12 +3,12 @@ ## 1.129.0 (Unreleased) - Fixed Copilot completions in `.qmd` documents (). +- Fixed a bug where the `autoDetectColorScheme` setting could cause equation previews to have a dark text on dark background and vice versa (). ## 1.128.0 (Release on 2026-01-08) - 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 (). - Added a public API that other extensions can query to get the Quarto CLI path, version, and availability (). -- Fixed a bug where the `autoDetectColorScheme` setting could cause equation previews to have a dark text on dark background and vice versa () ## 1.127.0 (Release on 2025-12-17) From 4014f1e25b62368a8b91f944e69cf1559a05e398 Mon Sep 17 00:00:00 2001 From: Elliot Date: Fri, 16 Jan 2026 15:37:49 -0500 Subject: [PATCH 2/2] Apply suggestion from @juliasilge Co-authored-by: Julia Silge --- apps/vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 4c62df09..4e7443ca 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -3,7 +3,7 @@ ## 1.129.0 (Unreleased) - Fixed Copilot completions in `.qmd` documents (). -- Fixed a bug where the `autoDetectColorScheme` setting could cause equation previews to have a dark text on dark background and vice versa (). +- Fixed a bug where the `autoDetectColorScheme` setting could cause equation previews to have a dark text on dark background and vice versa (). ## 1.128.0 (Release on 2026-01-08)