sonatype-nexus-community / vscode-iq-plugin

Visual Studio Code plugin for Nexus IQ
MIT License
18 stars 21 forks source link

Support for multiple projects/folders in a Workspace #206

Closed madpah closed 3 years ago

madpah commented 3 years ago

As per issue #205, it's commonplace for users of VSCode to have a Workspace that contains multiple projects or Applications (in Nexus Lifecycle parlance).

This PR aims to bring support for this scenario (IQ only, not OSS).

cc @bhamail / @DarthHater

madpah commented 3 years ago

Have now included collapsible Tree View grouping by "Application". Note that the Application concept is not complete, but enough to get a view on policy violations if you have a Workspace with multiple folders/applications.

Screenshot 2021-09-08 at 14 02 08
madpah commented 3 years ago

Closing in favour of new PR #207