Skip to content

Commit d6a5f7a

Browse files
2.63.5 (#752)
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Christopher Dwyer-Perkins <chris@inverted-solutions.com>
1 parent 9ed32b7 commit d6a5f7a

3 files changed

Lines changed: 25 additions & 14 deletions

File tree

CHANGELOG.md

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

77

88

9+
## [2.63.5](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.63.4...v2.63.5) - 2026-04-10
10+
### Fixed
11+
- upgrade to [roku-debug@0.23.4](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0234---2026-04-07). Notable changes since 0.23.3:
12+
- Fix sourcemap staging bugs when maps are from different depth than staging dir ([#308](https://github.com/rokucommunity/roku-debug/pull/308))
13+
- Handle THREAD_DETACHED gracefully and show [unavailable] for inaccessible threads ([#324](https://github.com/rokucommunity/roku-debug/pull/324))
14+
- Resolve relative source maps and honor sourceRoot ([#307](https://github.com/rokucommunity/roku-debug/pull/307))
15+
- upgrade to [roku-deploy@3.16.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3164---2026-04-07). Notable changes since 3.16.3:
16+
- Fix `zipFolder` bug that wasn't properly handling absolute stagingDir path ([#245](https://github.com/rokucommunity/roku-deploy/pull/245))
17+
18+
19+
920
## [2.63.4](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.63.3...v2.63.4) - 2026-04-02
1021
### Changed
1122
- Support hand curated device lists ([#709](https://github.com/rokucommunity/vscode-brightscript-language/pull/709))

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.63.4",
4+
"version": "2.63.5",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -76,8 +76,8 @@
7676
"postman-request": "^2.88.1-postman.32",
7777
"pretty-bytes": "^5.6.0",
7878
"resolve": "^1.22.8",
79-
"roku-debug": "^0.23.3",
80-
"roku-deploy": "^3.16.3",
79+
"roku-debug": "^0.23.4",
80+
"roku-deploy": "^3.16.4",
8181
"roku-test-automation": "^2.2.1",
8282
"semver": "^7.1.3",
8383
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)