Releases: microsoft/vscode-java-dependency
Releases · microsoft/vscode-java-dependency
Release 0.18.5
Fixed
Release 0.18.4
Release 0.18.3
Release 0.18.2
Release 0.18.1
Release 0.18.0
Release 0.17.0
Added
- Add contextual title and icon for
Java Projectexplorer. #396 - Allow adding library folders into the
Referenced Librarieson Windows and Linux (PressAltorShiftto 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 Projectexplorer now has the same experience as theFileexplorer. PR#426
Fixed
Release 0.16.0
Added
- Add
Update Projectcommand 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 ProjectstoReveal in Java Projects Explorer. PR#395 - Do not show the
Java Projectexplorer in non-Java workspace. #372
Fixed
Release 0.15.0
Release 0.14.0
Added
- Add a new setting
java.project.exportJar.targetPathto specify target path when exporting jar. #330 - Add delete action into the Project explorer's context menu. PR#343
- Can trigger
New Java ClassandNew Packageactions 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 Classin the Project explorer. PR#331