Skip to content

Commit c682cd6

Browse files
2.58.0 (#662)
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Bronley Plumb <bronley@gmail.com>
1 parent 2279319 commit c682cd6

3 files changed

Lines changed: 34 additions & 20 deletions

File tree

CHANGELOG.md

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

77

88

9+
## [2.58.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.57.1...v2.58.0) - 2025-08-04
10+
### Added
11+
- Add new launch variable substitution called `activeHost` ([#657](https://github.com/rokucommunity/vscode-brightscript-language/pull/657))
12+
### Changed
13+
- Migrate `enableLanguageServer` to `languageServer.enabled` with backward compatibility ([#660](https://github.com/rokucommunity/vscode-brightscript-language/pull/660))
14+
- upgrade to [brighterscript@0.69.13](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06913---2025-08-04). Notable changes since 0.69.12:
15+
- Add projectDiscoveryExclude setting and files.watcherExclude support ([#1535](https://github.com/rokucommunity/vscode-brightscript-language/pull/1535))
16+
- Fix signature help crash on malformed function declarations ([#1536](https://github.com/rokucommunity/vscode-brightscript-language/pull/1536))
17+
- Add max depth configuration for Roku project discovery ([#1533](https://github.com/rokucommunity/vscode-brightscript-language/pull/1533))
18+
- upgrade to [brighterscript-formatter@1.7.17](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1717---2025-08-04). Notable changes since 1.7.16:
19+
- upgrade to [roku-debug@0.21.38](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02138---2025-08-04). Notable changes since 0.21.37:
20+
21+
22+
923
## [2.57.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.57.0...v2.57.1) - 2025-07-07
1024
### Changed
1125
- upgrade to [brighterscript@0.69.12](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06912---2025-07-07). Notable changes since 0.69.11:

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.57.1",
4+
"version": "2.58.0",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -58,8 +58,8 @@
5858
"@vscode/extension-telemetry": "^0.4.7",
5959
"array-sort": "^1.0.0",
6060
"backoff": "^2.5.0",
61-
"brighterscript": "^0.69.12",
62-
"brighterscript-formatter": "^1.7.16",
61+
"brighterscript": "^0.69.13",
62+
"brighterscript-formatter": "^1.7.17",
6363
"clone-deep": "^4.0.1",
6464
"debounce": "^1.2.0",
6565
"dotenv": "^6.2.0",
@@ -80,7 +80,7 @@
8080
"postman-request": "^2.88.1-postman.32",
8181
"pretty-bytes": "^5.6.0",
8282
"resolve": "^1.22.8",
83-
"roku-debug": "^0.21.37",
83+
"roku-debug": "^0.21.38",
8484
"roku-deploy": "^3.12.6",
8585
"roku-test-automation": "^2.0.10",
8686
"semver": "^7.1.3",

0 commit comments

Comments
 (0)