You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode/CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,25 @@
22
22
under the License.
23
23
24
24
-->
25
+
## Version 24.0.0
26
+
27
+
#### Enhancements
28
+
*[JAVAVSCODE-36,335] Allow relative paths and class names as 'mainClass' setting in launch.json [netbeans/#8280](https://github.com/apache/netbeans/pull/8280)
29
+
*[JAVAVSCODE-317,336] Support similar style as Java CLI for providing classpath in the vmOptions configuration [netbeans/#8289](https://github.com/apache/netbeans/pull/8289)
30
+
* Upgrade to NB-25 [#382](https://github.com/oracle/javavscode/pull/382) & [#383](https://github.com/oracle/javavscode/pull/383)
31
+
* Full JDK 24 support
32
+
* Support for vmArgs in array form as well
33
+
* Performance improvements
34
+
* And more ...
35
+
36
+
#### Bug Fixes
37
+
* Fixed constructor autocomplete not getting generated [netbeans/#8242](https://github.com/apache/netbeans/pull/8242)
38
+
39
+
#### Other Changes
40
+
* Dynamically fetch Oracle JDK versions available for download [#376](https://github.com/oracle/javavscode/pull/376)
41
+
* Updated OpenJDK Downloader URLs for JDK 24 release [#390](https://github.com/oracle/javavscode/pull/390)
0 commit comments