Skip to content

Releases: microsoft/vscode-java-pack

0.31.1

Choose a tag to compare

@wenytang-ms wenytang-ms released this 09 Jun 07:16
e9dcd4b

0.31.1

  • Add Content Security Policy to webviews in #1648
  • Fix Project Settings dropdown updates in #1655
  • Bundle the codicon font in the Java Help Center webview in #1658

0.31.0

Choose a tag to compare

@wenytang-ms wenytang-ms released this 25 May 02:24
efe0286

0.31.0

  • Refactor Java Pack webviews to React 19 and @vscode-elements/elements in #1616
  • Fix Project Settings UI absolute path updates in #1623

0.30.5

Choose a tag to compare

@wenytang-ms wenytang-ms released this 17 Nov 02:54
e4f5200

0.30.5

  • Remove IntelljCode from Java Pack in #1538
  • Revert Context Provider in Java Pack in #1533

0.30.4

Choose a tag to compare

@wenytang-ms wenytang-ms released this 07 Nov 08:27
2712e70
  • Add new experiment that support project info as context for Copilot in #1518

0.30.3

Choose a tag to compare

@wenytang-ms wenytang-ms released this 07 Nov 08:44
bf22873
  • Add new experiment that add context provider for Copilot in #1489
  • Fix JDK runtime setting not working with keyboard arrow in #1503

0.30.0

Choose a tag to compare

@wenytang-ms wenytang-ms released this 07 Nov 08:44
75e1a36

0.29.0

Choose a tag to compare

@jdneo jdneo released this 13 Aug 05:56
ceb6573

0.29.0

  • enhancement - Add gradle extension into pack by @jdneo in #1374
  • fix - Dialog pops up twice when adding new jdk by @jdneo in #1378

0.28.0

Choose a tag to compare

@jdneo jdneo released this 09 Aug 05:25
fbf4129
  • enhancement - Improve the help center content by @jdneo in #1363
  • enhancement - Add help center into shortcuts by @jdneo in #1365
  • enhancement - Add code action section into walkthrough by @jdneo in #1372
  • fix - Jump to formatter page when it's opened by @jdneo in #1362
  • build - Bump braces from 3.0.2 to 3.0.3 by @dependabot in #1355
  • build - Update telemetry wrapper by @jdneo in #1367

0.27.0

Choose a tag to compare

@jdneo jdneo released this 05 Jun 03:23
6748982

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 command Java: Open Project Settings from the command palette.

Changed

  • Java: Configure Java Runtime command now opens the new project settings page.

Fixed

  • Avoid duplicated entries displayed in classpath page. #1314

v0.25.11 release

Choose a tag to compare

@testforstephen testforstephen released this 25 Apr 07:07
cc98762

0.25.11

Fixed

  • Fix the statistics of session duration and lsp error responses.