Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSNetBeans CHANGELOG update for upcoming releases #8166

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions java/java.lsp.server/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@
under the License.

-->
## Version 24.9.9
* Version 24.9.9 is VSNetBeans technology preview of upcoming VSNetBeans 25.0
* New terminal is opened in VSCode Output panel for every LSP IO operation, like build...
* Improvements in running Java tests in Maven and Gradle projects.
* Tests in project modules can be run in parallel using build tool native feature
* Improvements in events handling for VSCode Testing activity
* OCI Profile shows correct region code
* Validation before adding items into CloudAssets
* Fix race/error handling issues on LSP restart
* Fix ACL for application launch configuration .properties file on Windows
* Removed settings for External formatters
* Various fixes and improvements

## Version 24.0
* Various fixes

## Version 23.9.9
* Version 23.9.9 is VSNetBeans technology preview of upcoming VSNetBeans 24.0
* Warn if JDK appears invalid and offer JDK configuration wizard
Expand Down
Loading