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
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<!--
4
4
5
-
Copyright (c) 2023, Oracle and/or its affiliates.
5
+
Copyright (c) 2023-2024, Oracle and/or its affiliates.
6
6
7
7
Licensed to the Apache Software Foundation (ASF) under one
8
8
or more contributor license agreements. See the NOTICE file
@@ -23,7 +23,25 @@
23
23
24
24
-->
25
25
26
-
<!-- This file has been modified for Oracle Java SE extension -->
26
+
## Version 23.0.1
27
+
### What's Changed
28
+
29
+
#### Bugs
30
+
*[JAVAVSCODE-217] Remove grouping of test runner cases to fix incorrect results https://github.com/oracle/javavscode/pull/307
31
+
*[JAVAVSCODE-249] Fixed code folding for if-else https://github.com/oracle/javavscode/pull/304 and https://github.com/oracle/javavscode/pull/308
32
+
*[JAVAVSCODE-291] Fixed JDK Downloader to NOT offer Windows ARM64 option https://github.com/oracle/javavscode/pull/294
33
+
*[JAVAVSCODE-300] Fixed launching of NBLS when arguments contain spaces https://github.com/oracle/javavscode/pull/301
34
+
* Fixed "Move Refactoring" for some buggy cases https://github.com/oracle/javavscode/pull/320
35
+
36
+
#### Other Changes
37
+
* Remove the usage of java SecurityManager in NBLS https://github.com/oracle/javavscode/pull/318
38
+
* Refactored extension frontend code for better maintainability and tests https://github.com/oracle/javavscode/pull/292 and https://github.com/oracle/javavscode/pull/310
39
+
* Renamed command label "New from Template" to "New File from Template" for better understandability https://github.com/oracle/javavscode/pull/323
40
+
* Updated JDK Downloader URLs for Oct24 CPUs https://github.com/oracle/javavscode/pull/294
41
+
* Updated JVSC Git repo to use Git submodules for ease of use: NB & NB-l10n https://github.com/oracle/javavscode/pull/295
42
+
* Fix l10n translations for important modules/keys of the NetBeans LS https://github.com/oracle/javavscode/pull/325
0 commit comments