Skip to content

Commit 21cae29

Browse files
2.57.0 (#656)
2 parents 52f2247 + a163e97 commit 21cae29

3 files changed

Lines changed: 33 additions & 20 deletions

File tree

CHANGELOG.md

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

77

88

9+
## [2.57.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.56.1...v2.57.0) - 2025-07-03
10+
### Changed
11+
- Settings schema update to support recent lsp changes ([#653](https://github.com/rokucommunity/vscode-brightscript-language/pull/653))
12+
- upgrade to [brighterscript@0.69.11](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06911---2025-07-03). Notable changes since 0.69.10:
13+
- LSP: Support `projects` array in settings ([#1521](https://github.com/rokucommunity/vscode-brightscript-language/pull/1521))
14+
- LSP: Add `enableProjectDiscovery` language server option ([#1520](https://github.com/rokucommunity/vscode-brightscript-language/pull/1520), [#1525](https://github.com/rokucommunity/vscode-brightscript-language/pull/1525))
15+
- LSP: Improve `manifests` discovery ([#1518](https://github.com/rokucommunity/vscode-brightscript-language/pull/1518))
16+
- LSP: Improve `bsconfig.json` auto-discovery ([#1512](https://github.com/rokucommunity/vscode-brightscript-language/pull/1512))
17+
- upgrade to [brighterscript-formatter@1.7.16](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1716---2025-07-03). Notable changes since 1.7.15:
18+
- upgrade to [roku-debug@0.21.37](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02137---2025-07-03). Notable changes since 0.21.36:
19+
20+
21+
922
## [2.56.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.56.0...v2.56.1) - 2025-06-03
1023
### Changed
1124
- upgrade to [brighterscript@0.69.10](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06910---2025-06-03). Notable changes since 0.69.9:

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.56.1",
4+
"version": "2.57.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.10",
62-
"brighterscript-formatter": "^1.7.15",
61+
"brighterscript": "^0.69.11",
62+
"brighterscript-formatter": "^1.7.16",
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.36",
83+
"roku-debug": "^0.21.37",
8484
"roku-deploy": "^3.12.6",
8585
"roku-test-automation": "^2.0.10",
8686
"semver": "^7.1.3",

0 commit comments

Comments
 (0)