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
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,11 @@
24
24
-->
25
25
26
26
<!-- This file has been modified for Oracle Java SE extension -->
27
-
28
-
## Version 1.0.0
29
-
* Initial release
30
-
31
-
## Version 1.0.1
27
+
## Version 1.0.1 (February 22nd, 2024)
32
28
### What’s Changed
33
29
34
30
### Enhancements
35
-
*Working with JDK 22 ea binaries addedhttps://github.com/apache/netbeans/pull/6742
31
+
*Implementing support for features in JDK 22 by utilizing OpenJDK 22 Early Access binarieshttps://github.com/apache/netbeans/pull/6742
36
32
*[JAVAVSCODE-16] Added option for running any Java project using context menu https://github.com/oracle/javavscode/pull/75
37
33
*[JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration https://github.com/oracle/javavscode/pull/67
38
34
*[JAVAVSCODE-28] Include TestNG tests in the test explorer.https://github.com/oracle/javavscode/pull/40
@@ -42,12 +38,11 @@
42
38
*[JAVAVSCODE-76] Support for parameter hints added https://github.com/apache/netbeans/pull/6476
43
39
*[JAVAVSCODE-78] Added checksum match for jdk downloader https://github.com/oracle/javavscode/pull/81
44
40
*[JAVAVSCODE-80] Renamed downloaded jdk binaries so that it is not replaced by the already present binaries https://github.com/oracle/javavscode/pull/82
45
-
* Upgraded available JDK versions in JDK downloader https://github.com/oracle/javavscode/pull/104
46
41
* Update to NetBeans 20 https://github.com/oracle/javavscode/pull/92
47
42
48
43
### Bugs
49
44
*[JAVAVSCODE-23] Class outline/structure missing in some cases fixed https://github.com/apache/netbeans/pull/6642
50
-
*[JAVAVSCODE-24]Error on formatting pom.xml fixed https://github.com/apache/netbeans/pull/6631
45
+
*[JAVAVSCODE-24] Error on formatting pom.xml fixed https://github.com/apache/netbeans/pull/6631
51
46
*[JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders https://github.com/apache/netbeans/pull/6690
0 commit comments