Skip to content

Releases: microsoft/vscode-java-dependency

0.19.0

25 Jan 07:46
4eba6f6

Choose a tag to compare

Added

  • Support creating new JavaFX project via Maven archetype. PR#581
  • Support creating new Gradle project. PR#583

Changed

  • Now you can simply leave the setting java.project.exportJar.targetPath empty when you want to specify the location of exported jar manually. PR#575
  • Add the java.project.referencedLibraries setting by default when creating an unmanaged folder project. PR#584

0.18.9

20 Dec 08:57
fbd4f01

Choose a tag to compare

0.18.8

26 Sep 02:17
f6af59e

Choose a tag to compare

Changed

  • Adopt the new folder-library icon. PR#545

Fixed

0.18.7

27 Aug 08:10
e7b4f72

Choose a tag to compare

Added

  • Support creating new Java class from File > New File.... PR#533

Release 0.18.6

26 Jul 05:34
706c085

Choose a tag to compare

Changed

  • Set the output path to bin by default when creating projects without build tools. #523

Fixed

Release 0.18.5

28 Jun 06:03
0978179

Choose a tag to compare

Release 0.18.4

26 May 09:05
90cc9aa

Choose a tag to compare

Added

  • Show reports when exporting jar. #374

Fixed

Release 0.18.3

13 Apr 02:31
95dd252

Choose a tag to compare

Added

  • Add new unmanaged folder metadata for the project node. PR#479

Changed

  • Rename sorting group 9_sync to 9_configuration. PR#480

Release 0.18.2

23 Mar 08:37
38a40b2

Choose a tag to compare

Changed

Fixed

Release 0.18.1

03 Mar 06:05
7dbfef8

Choose a tag to compare

Added

  • Add welcome view in Java Project explorer when there is no Java projects in the workspace. PR#461

Changed

  • Apply the new extension icon. PR#462

Fixed