Skip to content

Releases: microsoft/vscode-java-dependency

0.24.0

23 Aug 03:13
60dad37
Compare
Choose a tag to compare
  • feat - Support adding new package from file explorer by @jdneo in #845

0.23.7

01 Jul 03:27
2ee3c96
Compare
Choose a tag to compare

0.23.7

  • fix - Creates file watcher with trailing slash causes problems for other extensions by @testforstephen in #829
  • fix - Micronaut® Launch extension renamed. by @dbalek in #831

0.23.6

27 Jun 04:48
21f2f12
Compare
Choose a tag to compare

Fixed

  • Referenced Libraries container should be immutable for build tool projects. PR#826

0.23.4

31 Jan 02:19
6b8d8ee
Compare
Choose a tag to compare

0.23.4

Added

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

Full Changelog: 0.23.3...0.23.4

0.23.3

01 Dec 02:10
f236871
Compare
Choose a tag to compare

Added

  • Register the project delete event. PR#802

Changed

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

0.23.2

30 Oct 01:47
54d8b0c
Compare
Choose a tag to compare

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

04 Aug 04:44
f4a3eb9
Compare
Choose a tag to compare

Removed

  • Removed marketplace preview flag. PR#780

0.23.0

31 May 07:01
ffe38aa
Compare
Choose a tag to compare

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

25 Apr 04:28
3512b8b
Compare
Choose a tag to compare

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

27 Mar 04:46
8fa4046
Compare
Choose a tag to compare

Fixed

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