Vscode Java Dependency Versions Save

Manage Java projects in Visual Studio Code.

0.23.4

1 month ago

0.23.4

Added

  • Contribute 'New Java Project...' command to File > New File... and File Explorer menus. PR#809

Full Changelog: https://github.com/microsoft/vscode-java-dependency/compare/0.23.3...0.23.4

0.23.3

3 months ago

Added

  • Register the project delete event. PR#802

Changed

  • Improve the user experience of creating Java files. PR#801, PR#800

0.23.2

4 months ago

Fixed

  • Improve wording in Java Projects view. PR#785
  • Support showing Gradle sub-menu for projects imported by Gradle build server. PR#786
  • Update extension names in creating Java projects menu. PR#790, contributed by @dbalek
  • Maven multi-module project doesn't correctly open modules. #766, contributed by @fvclaus

0.23.1

7 months ago

Removed

  • Removed marketplace preview flag. PR#780

0.23.0

9 months ago

Added

  • Support creating Micronaut projects. #713, contributed by @dbalek
  • Support creating Craal Cloud Native projects. PR#765, contributed by @dbalek

Fixed

  • Fix spelling mistake in welcome view. PR#760, contributed by @jeremyfiel
  • Cannot open file explorer from welcome view. #770

0.22.0

11 months ago

Added

  • Display non-Java files in Java Projects explorer. #145
  • Show non-Java projects in the Java Projects explorer. #736
  • Introduce a setting: java.project.explorer.showNonJavaResources to control whether non-Java resources show in Java Projects explorer. #751
  • Support creating files and folders in Java Projects explorer. #598
  • Apply file decorators to project level. #481
  • Give more hints about the project import status. #580

Changed

  • Improve workflow of creating resources from Java Projects explorer. PR#741, PR#754

Fixed

  • Apply files.exclude to Java Projects explorer. #214
  • Empty packages will not appear sometimes. #600
  • Show Java files which does not have a primary type in the Java Projects explorer. #748

0.21.2

1 year ago

Fixed

  • Improve the output of exporting jar tasks. #699
  • Open build tasks action is blocked. #720

0.21.1

1 year ago

Changed

  • Scan two levels of directories for activation indicators. PR#681
  • Remove the ASKUSER option when specify the output path of exporting jar task. To make the extension asks for the output path when exporting jars, simply leave it empty. #676

Fixed

0.21.0

1 year ago

Added

  • Add sub-menu for Maven and Gradle projects in Java Project explorer. PR#664
  • Add Rebuild commands into context menu. PR#663
  • Support Run Build Task... in the Terminal menu. PR#660
  • Show Reload Java Project shortcut in editor title area on demand. PR#671
  • Add zh-tw locale. PR#669, contributed by @MuTsunTsai

Changed

  • Rename the task type java, which is used for exporting jar files, to java (buildArtifact). #665

Fixed

0.20.0

1 year ago

Added

  • Support Support drag and drop for Java Project explorer. #613

Changed

  • Move the Rebuild Workspace action to navigation bar. #619

Fixed