| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 875a016 commit d5e1716
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,10 @@ All notable changes to the "vscode-java-debugger" extension will be documented i | |||
| 4 | 4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |
| 5 | 5 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |
| 6 | 6 | ||
| 7 | + ## 0.57.0 - 2024-03-26 | ||
| 8 | + ### Added | ||
| 9 | + - Add support for running Java 21 "Unnamed classes and Instance main method". [#1444](https://github.com/microsoft/vscode-java-debug/issues/1444). | ||
| 10 | + | ||
| 7 | 11 | ## 0.56.2 - 2024-02-28 | |
| 8 | 12 | ### Changed | |
| 9 | 13 | - Move 'Run/Debug Java' menus to the same group as the other Java menus within File Explorer. [#1447](https://github.com/microsoft/vscode-java-debug/pull/1447). | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | "name": "vscode-java-debug", | |
| 3 | 3 | "displayName": "Debugger for Java", | |
| 4 | 4 | "description": "A lightweight Java debugger for Visual Studio Code", | |
| 5 | - "version": "0.56.2", | ||
| 5 | + "version": "0.57.0", | ||
| 6 | 6 | "publisher": "vscjava", | |
| 7 | 7 | "preview": false, | |
| 8 | 8 | "aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516", | |
@@ -52,7 +52,7 @@ | |||
| 52 | 52 | } | |
| 53 | 53 | ], | |
| 54 | 54 | "javaExtensions": [ | |
| 55 | - "./server/com.microsoft.java.debug.plugin-0.51.1.jar" | ||
| 55 | + "./server/com.microsoft.java.debug.plugin-0.52.0.jar" | ||
| 56 | 56 | ], | |
| 57 | 57 | "commands": [ | |
| 58 | 58 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments