sonatype-nexus-community / vscode-iq-plugin

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

[BUG] Scanning halts at first Workspace directory with no known manifests #244

Closed rpanman-sonatype closed 1 year ago

rpanman-sonatype commented 1 year ago

Describe the bug It seems like if you have a number of folders in a workspace and one of these does not have any manifest then, then the plugin will not show any results for folders after the folder with no manifest.

To Reproduce Steps to reproduce the behavior:

  1. Create a new workspace
  2. Add folders to the workspace - the first with a manifest, the second without a manifest, the third with a manifest
  3. Under "SONATYPE SCAN RESULTS" there will be results for the first folder, none for the second (as expected) and none for the third (which is unexpected)

Expected behavior I'd expect that any folder with a manifest would show results regardless of its order on the list.

Screenshots In this image you can see that there are valid results for the first folder, none in the second folder (which has no manifest) and none in the third (which does have a manifest). image

Desktop (please complete the following information):

cc @bhamail / @DarthHater

brent-spiner commented 1 year ago

:tada: This issue has been resolved in version 1.3.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: