This is an automated email from the ASF dual-hosted git repository.

mbalin pushed a commit to branch vsnetbeans_2600
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/vsnetbeans_2600 by this push:
     new 6eb4de8f39c CHANGELO.MD update
6eb4de8f39c is described below

commit 6eb4de8f39c217da491a03d5e42f34fc6db3154f
Author: Martin Balin <[email protected]>
AuthorDate: Mon May 12 14:10:29 2025 +0200

    CHANGELO.MD update
---
 java/java.lsp.server/vscode/CHANGELOG.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/java/java.lsp.server/vscode/CHANGELOG.md 
b/java/java.lsp.server/vscode/CHANGELOG.md
index 090cfb8a237..e304c3f5c2f 100644
--- a/java/java.lsp.server/vscode/CHANGELOG.md
+++ b/java/java.lsp.server/vscode/CHANGELOG.md
@@ -20,6 +20,28 @@
     under the License.
 
 -->
+## Version 26.0
+* Fix error when verifying JDK in `JDK Configuration` wizard
+* Avoid NPE in Native Image degugging by specifying `displayName` 
+* LSP: Speed up publish diagnostics on project scan.
+* Fix TEMP database properties directory permissions
+* Micronaut applications use `--also-make` for run+debug by default
+* Permit relative paths and class names as `mainClass` setting in launch.json
+* Fixes in Java support 
+  * Support star expansion on classpath for source launcher
+  * If a ClassIndex ignores a root due to missing index, make sure the 
ClassIndex is rebuilt when the index is created
+  * Account for possible Element instance changed when lazily computing
+  * Fix code completion after `new HashMap<>`
+  * Fixing imports for static item completion
+* First VSNetBeans release decoupled from main IDE release process. Based on 
same `commit` as NetBeans IDE 26.0
+
+## Version 25.9.9
+* JDK 24 nb-javac integrated 
+
+## Version 25.0
+* Change parameter order for runDebug, compat with VSNetBeans codelenses
+
+
 ## 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...


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to