diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index ec66177c..4e7443ca 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)