diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 0c68dd80..929c21a6 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.128.0 (Unreleased) + ## 1.127.0 (Release on 2025-12-17) - 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. diff --git a/apps/vscode/package.json b/apps/vscode/package.json index c8b4789b..20fbf89d 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -11,7 +11,7 @@ "pandoc", "quarto" ], - "version": "1.127.0", + "version": "1.128.0", "repository": { "type": "git", "url": "https://github.com/quarto-dev/quarto/tree/main/apps/vscode"