Skip to content

Releases: microsoft/vscode-java-dependency

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

Release 0.18.0

08 Feb 03:02
8dbf3b8

Choose a tag to compare

Added

  • Adopt the resource URI API to the Java Project explorer. PR#453

Fixed

Release 0.17.0

15 Jan 06:32
f090035

Choose a tag to compare

Added

  • Add contextual title and icon for Java Project explorer. #396
  • Allow adding library folders into the Referenced Libraries on Windows and Linux (Press Alt or Shift to toggle out the button). PR#434
  • Add test metadata to the nodes which are under test source paths. PR#437

Changed

  • Opening files from the Java Project explorer now has the same experience as the File explorer. PR#426

Fixed

Release 0.16.0

15 Dec 06:51
ecb14dd

Choose a tag to compare

Added

  • Add Update Project command into the project node in explorer. PR#391
  • Add more default keyboard shortcuts for the explorer commands. PR#393

Changed

  • Change the command name Reveal in Java Projects to Reveal in Java Projects Explorer. PR#395
  • Do not show the Java Project explorer in non-Java workspace. #372

Fixed