Releases: microsoft/vscode-java-dependency
Releases · microsoft/vscode-java-dependency
Release 0.13.0
Added
- Add overflow menu and the shortcut for
Build Workspace
andClean 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
Release 0.11.0
Release 0.10.2
Added
- Integrated the TAS client. PR#260
Release 0.10.1
Changed
- Update the
vscode-extension-telemetry-wrapper
to0.8.0
.
Release 0.10.0
Release 0.9.0
Release 0.8.0
Added
- Support managing referenced libraries in the dependency explorer. #174
Release 0.7.0
Added
- Add
Collapse All
support in theJava 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
andCopy Relative Path
in theJava Dependencies
explorer's right-click context menu. #PR208
Updated
Release 0.6.0
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