Skip to content

Commit 8f4119c

Browse files
2.66.2 (#815)
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Christopher Dwyer-Perkins <chris@inverted-solutions.com>
1 parent 8fe6b81 commit 8f4119c

3 files changed

Lines changed: 26 additions & 14 deletions

File tree

CHANGELOG.md

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

77

88

9+
## [2.66.2](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.66.1...v2.66.2) - 2026-05-27
10+
### Changed
11+
- Security enhancements ([#813](https://github.com/rokucommunity/vscode-brightscript-language/pull/813))
12+
- upgrade to [brighterscript@0.72.3](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0723---2026-05-27). Notable changes since 0.72.2:
13+
- Added parameter name inlay hints ([#1703](https://github.com/rokucommunity/brighterscript/pull/1703))
14+
- upgrade to [roku-debug@0.23.9](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0239---2026-05-27). Notable changes since 0.23.8:
15+
- stale suspend/runtime-error events when debugger is no longer paused ([#356](https://github.com/rokucommunity/roku-debug/pull/356))
16+
- pressHomeButton crash in disconnectRequest ([#358](https://github.com/rokucommunity/roku-debug/pull/358))
17+
- crash related to missing client when syncing breakpoints with device ([#357](https://github.com/rokucommunity/roku-debug/pull/357))
18+
19+
20+
921
## [2.66.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.66.0...v2.66.1) - 2026-05-26
1022
### Fixed
1123
- Webview panels such as the SceneGraph Inspector not rendering ([#808](https://github.com/rokucommunity/vscode-brightscript-language/pull/808))

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.66.1",
4+
"version": "2.66.2",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -56,7 +56,7 @@
5656
"@rokucommunity/logger": "^0.3.12",
5757
"@vscode/extension-telemetry": "^0.4.7",
5858
"array-sort": "^1.0.0",
59-
"brighterscript": "^0.72.2",
59+
"brighterscript": "^0.72.3",
6060
"brighterscript-formatter": "^1.7.26",
6161
"clone-deep": "^4.0.1",
6262
"debounce": "^1.2.0",
@@ -77,7 +77,7 @@
7777
"postman-request": "^2.88.1-postman.48",
7878
"pretty-bytes": "^5.6.0",
7979
"resolve": "^1.22.8",
80-
"roku-debug": "^0.23.8",
80+
"roku-debug": "^0.23.9",
8181
"roku-deploy": "^3.17.4",
8282
"roku-test-automation": "^2.2.1",
8383
"semver": "^7.1.3",

0 commit comments

Comments
 (0)