Skip to content

Commit 12e5b47

Browse files
Increment version to 2.57.0
1 parent 52f2247 commit 12e5b47

File tree

3 files changed

+37
-20
lines changed

3 files changed

+37
-20
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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 [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06911---2025-07-03). Notable changes since 0.69.10:
13+
- Rename setting to `enableProjectDiscovery` ([#1525](https://github.com/rokucommunity/vscode-brightscript-language/pull/1525))
14+
- Support projects array in settings ([#1521](https://github.com/rokucommunity/vscode-brightscript-language/pull/1521))
15+
- Bump brace-expansion from 1.1.11 to 1.1.12 ([#1522](https://github.com/rokucommunity/vscode-brightscript-language/pull/1522))
16+
- chore: Support dispatch workflows ([#1514](https://github.com/rokucommunity/vscode-brightscript-language/pull/1514))
17+
- Add `enableDiscovery` language server option ([#1520](https://github.com/rokucommunity/vscode-brightscript-language/pull/1520))
18+
- Improve manifests discovery ([#1518](https://github.com/rokucommunity/vscode-brightscript-language/pull/1518))
19+
- Improve `bsconfig.json` auto-discovery ([#1512](https://github.com/rokucommunity/vscode-brightscript-language/pull/1512))
20+
- Add some docs about ObserveField namespace caveats ([#1513](https://github.com/rokucommunity/vscode-brightscript-language/pull/1513))
21+
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1716---2025-07-03). Notable changes since 1.7.15:
22+
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02137---2025-07-03). Notable changes since 0.21.36:
23+
24+
25+
926
## [2.56.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.56.0...v2.56.1) - 2025-06-03
1027
### Changed
1128
- upgrade to [[email protected]](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)