Skip to content

Releases: microsoft/vscode-java-dependency

Release 0.13.0

03 Sep 01:47
23eee95
Compare
Choose a tag to compare

Added

  • Add overflow menu and the shortcut for Build Workspace and Clean Workspace commands. PR#308

Changed

  • Refined the context value of the nodes in the Java Projects explorer. PR#311. For more details about how to register commands onto the nodes, see the wiki page.
  • The default package will not show in the explorer any more. #313
  • Improve the explorer layout for No build tools projects. PR#312, PR#210
  • Improve the description for No build tools option when creating new projects. PR#314

Fixed

Release 0.12.0

20 Aug 03:29
f7b80ba
Compare
Choose a tag to compare

Added

  • Support creating new packages and types. #78

Changed

  • Reduce unnecessary refreshes when editing a Java file. #283
  • Adopt welcome view for Project explorer in LightWeight mode. PR#300

Fixed

Release 0.11.0

12 Aug 02:27
af06e5d
Compare
Choose a tag to compare

Added

  • Export jar file from workspace folder. PR#271
  • A unified entry to create new Java projects. PR#276
  • Adopt APIs in LightWeight mode. PR#272

Changed

  • Extension is renamed to Project Manager for Java. #248

Release 0.10.2

06 Jul 06:42
f3276c0
Compare
Choose a tag to compare

Added

  • Integrated the TAS client. PR#260

Release 0.10.1

15 May 07:49
875c9c5
Compare
Choose a tag to compare

Changed

  • Update the vscode-extension-telemetry-wrapper to 0.8.0.

Release 0.10.0

09 May 08:26
Compare
Choose a tag to compare

Changed

  • Migrate icons to Codicons. PR#241, PR#242
  • The command Create Java Project now will allow users to create a Java project with Maven support (as long as the Maven extension is installed) or a project without any build tools. #199, #249

Fixed

Release 0.9.0

09 May 08:23
29bde8d
Compare
Choose a tag to compare

Added

  • A new entry in explorer to add Maven dependencies. PR#230

Changed

  • By default, the explorer won't show the members of the classes. If the users want to show them in the explorer, please set the setting java.dependency.showMembers to true. PR#235

Release 0.8.0

17 Jan 08:31
2397d9e
Compare
Choose a tag to compare

Added

  • Support managing referenced libraries in the dependency explorer. #174

Release 0.7.0

10 Jan 09:33
8478c02
Compare
Choose a tag to compare

Added

  • Add Collapse All support in the Java Dependencies explorer. PR#198
  • Add file path as description for external jar files in the Java Dependencies explorer. PR#209
  • Add Reveal in Explorer, Copy Path and Copy Relative Path in the Java Dependencies explorer's right-click context menu. #PR208

Updated

  • Open newly created project in the current window when no workspace folder is opened. #180
  • Update the icons in the navigation bar of the Java Dependencies explorer. #197

Release 0.6.0

16 Oct 01:59
Compare
Choose a tag to compare

Updated:

  • Fix: When edit java file, the dependency view failed to auto refresh because of uncaught NPE. #176
  • Fix: Replace deprecated workspace.rootPath api with workspaceFolder. PR#184
  • Fix: Click some tree node in the dependency view will throw icon not found error. #161
  • Fix: Add multiple roots to VS Code and the dependency view didn't list the full projects. #162
  • Enhancement: Apply debounce to the auto refresh mechanism to reduce the refresh frequency. PR#183