Skip to content

Commit 38e1b79

Browse files
Update changelog for v2.55.10
1 parent ee8846e commit 38e1b79

File tree

3 files changed

+32
-20
lines changed

3 files changed

+32
-20
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88

9+
## [2.55.10](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.55.9...v2.55.10) - 2025-04-03
10+
### Changed
11+
- track `bsConst` telemetry usage in `launch.json` ([#636](https://github.com/rokucommunity/vscode-brightscript-language/pull/636))
12+
- upgrade to [roku-debug@0.21.29](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02129---2025-04-03). Notable changes since 0.21.28:
13+
- fix launch race bug ([roku-debug#241](https://github.com/rokucommunity/roku-debug/pull/241))
14+
- upgrade to [brighterscript@0.69.5](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0695---2025-04-03). Notable changes since 0.69.3:
15+
- more safely wrap expressions for template string transpile ([brighterscript#1445](https://github.com/rokucommunity/brighterscript/pull/1445))
16+
- support plugin factory detecting brighterscript version ([brighterscript#1438](https://github.com/rokucommunity/brighterscript/pull/1438))
17+
### Fixed
18+
- incorrect default for `enhanceREPLCompletions` ([#637](https://github.com/rokucommunity/vscode-brightscript-language/pull/637))
19+
- syntax highlighting for comment in enum statement ([#635](https://github.com/rokucommunity/vscode-brightscript-language/pull/635))
20+
- bsdoc return and type syntax highlighting ([#634](https://github.com/rokucommunity/vscode-brightscript-language/pull/634))
21+
- syntax highlighting on AA function names ([#627](https://github.com/rokucommunity/vscode-brightscript-language/pull/627))
22+
23+
24+
925
## [2.55.9](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.55.8...v2.55.9) - 2025-03-20
1026
### Changed
1127
- upgrade to [roku-debug@0.21.28](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02128---2025-03-20). Notable changes since 0.21.27:

package-lock.json

Lines changed: 14 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@vscode/extension-telemetry": "^0.4.7",
5858
"array-sort": "^1.0.0",
5959
"backoff": "^2.5.0",
60-
"brighterscript": "^0.69.3",
60+
"brighterscript": "^0.69.5",
6161
"brighterscript-formatter": "^1.7.12",
6262
"clone-deep": "^4.0.1",
6363
"debounce": "^1.2.0",
@@ -79,7 +79,7 @@
7979
"postman-request": "^2.88.1-postman.32",
8080
"pretty-bytes": "^5.6.0",
8181
"resolve": "^1.22.8",
82-
"roku-debug": "^0.21.28",
82+
"roku-debug": "^0.21.29",
8383
"roku-deploy": "^3.12.4",
8484
"roku-test-automation": "^2.0.10",
8585
"semver": "^7.1.3",

0 commit comments

Comments
 (0)