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 Project
explorer. #396 - Allow adding library folders into the
Referenced Libraries
on Windows and Linux (PressAlt
orShift
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 theFile
explorer. PR#426
Fixed
Release 0.16.0
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
toReveal in Java Projects Explorer
. PR#395 - Do not show the
Java Project
explorer in non-Java workspace. #372
Fixed
Release 0.15.0
Release 0.14.0
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
andNew 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