Skip to content

Releases: microsoft/vscode-java-dependency

Release 0.18.5

28 Jun 06:03
0978179
Compare
Choose a tag to compare

Release 0.18.4

26 May 09:05
90cc9aa
Compare
Choose a tag to compare

Added

  • Show reports when exporting jar. #374

Fixed

Release 0.18.3

13 Apr 02:31
95dd252
Compare
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
Compare
Choose a tag to compare

Changed

Fixed

Release 0.18.1

03 Mar 06:05
7dbfef8
Compare
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
Compare
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
Compare
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
Compare
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

Release 0.15.0

19 Nov 09:41
2bbee59
Compare
Choose a tag to compare

Added

  • Support exporting jar with custom task. PR#350
  • Add rename into the view context menu. PR#353
  • Add context value for folder nodes in the Java Projects explorer. PR#365

Changed

  • Update the icon of exporting jar. PR#360

Fixed

Release 0.14.0

19 Oct 09:14
8e3d940
Compare
Choose a tag to compare

Added

  • Add a new setting java.project.exportJar.targetPath to specify target path when exporting jar. #330
  • Add delete action into the Project explorer's context menu. PR#343
  • Can trigger New Java Class and New Package actions from the project nodes in the Project explorer. PR#335
  • Can reveal the Project explorer from the Java source file. PR#327
  • Can reveal the Project explorer from the editor context menu. PR#332
  • Add inline buttons for New Java Class in the Project explorer. PR#331

Fixed