Skip to content

Commit 35cc2e7

Browse files
authored
bump version and changelog to 1.128.0 (#874)
1 parent 56be7d1 commit 35cc2e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 1.128.0 (Unreleased)
4+
35
## 1.127.0 (Release on 2025-12-17)
46

57
- 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.

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pandoc",
1212
"quarto"
1313
],
14-
"version": "1.127.0",
14+
"version": "1.128.0",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/quarto-dev/quarto/tree/main/apps/vscode"

0 commit comments

Comments
 (0)