File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 22
22
under the License.
23
23
24
24
-->
25
+ ## Version 24.1.1
26
+ ### What's Changed
27
+
28
+ #### Bug Fixes
29
+ * Standalone run output correction [ #448 ] ( https://github.com/oracle/javavscode/pull/448 )
30
+ * Fix run/debug/test due to launch-config clashes [ #432 ] ( https://github.com/oracle/javavscode/pull/432 )
31
+ * Updated the JavaLangFeatures feature name extractor to work with JDK25+ EA [ #451 ] ( https://github.com/oracle/javavscode/pull/451 )
32
+ * Constructor init of java.lsp.server JavaPlatformProvider override [ #453 ] ( https://github.com/oracle/javavscode/pull/453 )
33
+ * Extension restart fix [ #433 ] ( https://github.com/oracle/javavscode/pull/433 )
34
+ * Fix formatting issue when there is erroneous if tree [ #429 ] ( https://github.com/oracle/javavscode/pull/429 )
35
+ * Fixed project clean and project compile commands in the command palette [ #438 ] ( https://github.com/oracle/javavscode/pull/438 )
36
+ * Fixed enable preview event field value for Gradle and Standalone projects [ #452 ] ( https://github.com/oracle/javavscode/pull/452 )
37
+
38
+ #### Other Changes
39
+ * Updated openjdk24 URL to 24.0.2 [ #442 ] ( https://github.com/oracle/javavscode/pull/442 )
40
+
41
+ ** Full Changelog** : https://github.com/oracle/javavscode/compare/v24.1.0...v24.1.1
42
+
25
43
## Version 24.1.0
26
44
### What's Changed
27
45
You can’t perform that action at this time.
0 commit comments