From 114d9ab1340a8214ee13a2b037158bb0cfa9c3f4 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 27 Sep 2024 11:59:00 -0400 Subject: [PATCH] Update changelog for v2.50.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccd450c..da6aded2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.50.2](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.50.1...v2.50.2) - 2024-09-27 +### Fixed + - crash when language server was missing ([#594](https://github.com/rokucommunity/vscode-brightscript-language/pull/594)) + + + ## [2.50.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.50.0...v2.50.1) - 2024-09-27 ### Changed - Fix crashes where `workspaceFolders` was undefined ([#593](https://github.com/rokucommunity/vscode-brightscript-language/pull/593))