Releases: microsoft/vscode-java-pack
Releases · microsoft/vscode-java-pack
Release list
0.31.1
0.31.0
0.30.5
0.30.4
- Add new experiment that support project info as context for Copilot in #1518
0.30.3
0.30.0
- enhancement - Add app moderization extension into pack by Ray Sun (@FluoriteCafe-work) in #1483
- fix - Supress telemetry event servermessage and serverexception by wenyt (@wenytang-ms) in #1455
- fix - Upgrade axios version to fix security vulnerbility by Changyong Gong (@chagong) in #1453
- fix - Fix process watcher path detection by Nick Beattie (@nickbeattie) in #1427
0.29.0
0.29.0
- enhancement - Add gradle extension into pack by Sheng Chen (@jdneo) in #1374
- fix - Dialog pops up twice when adding new jdk by Sheng Chen (@jdneo) in #1378
0.28.0
- enhancement - Improve the help center content by Sheng Chen (@jdneo) in #1363
- enhancement - Add help center into shortcuts by Sheng Chen (@jdneo) in #1365
- enhancement - Add code action section into walkthrough by Sheng Chen (@jdneo) in #1372
- fix - Jump to formatter page when it's opened by Sheng Chen (@jdneo) in #1362
- build - Bump braces from 3.0.2 to 3.0.3 by Dependabot (@dependabot) in #1355
- build - Update telemetry wrapper by Sheng Chen (@jdneo) in #1367
0.27.0
Added
- Add new project settings page, where users can edit project classpath, compiler settings, Maven settings and more. The page can be accessed by clicking the Java status bar item and selecting
Open Project Settings. Or trigger the commandJava: Open Project Settingsfrom the command palette.
Changed
Java: Configure Java Runtimecommand now opens the new project settings page.
Fixed
- Avoid duplicated entries displayed in classpath page. #1314
v0.25.11 release
0.25.11
Fixed
- Fix the statistics of session duration and lsp error responses.