fabric8-analytics-vscode-extension
fabric8-analytics-vscode-extension copied to clipboard
Red Hat Dependency Analytics extension
Fix a bug where the "vulnerability report" menu icon does not appear correctly. Using a codicon implies the native `vscode-codicons` support which means `^1.61.0`. ## Screenshot 
**Describe the bug** Using this extension in VS Code on PC behind a corporate firewall with a simple Spring Boot java application I receive this error notification > request to...
In our projects we use the GitHub Package Registry to import private npm and maven packages. When opening a package.json the extension tries to install the package from the npm...
Consider adding the Stack/Component analysis as a tree-view in the VSCode sidebar, there we could show a tree by provider with the vulnerabilities and possibly some links/actions as a dropdown....
**Describe the bug** [This](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/commit/6c182a46cf6bf46f3461c9839c66c99d68557cdd#diff-c3095d5010e65c52737a98a5d618ea24049ebe90c8470752426081d70ed6e012) commit replaced `maven.executable.path` with `mvn.executable.path`, probably by mistake as `maven.executable.path` is the one used by the [VSCode Maven extension](https://github.com/Microsoft/vscode-maven#settings). **To Reproduce** Steps to reproduce the behavior:...
[BUG] I am in my project (React-nodejs) directory and I right click the package.json to trigger the redhat dependency analysis. I receive the error: > Command failed: npm i --package-lock-only...
**Describe the bug** I have a long loop with a notification warning popping up almost every seconds with text `Cannot convert undefined or null to object` **To Reproduce** Do not...
Updates to the `README.md` and `CHANGELOG.md` files for the additional support for Gradle build manifests.
Added support for Gradle ecosystem. RHDA VScode Extension now provides dependency analysis for build.gradle manifests. Added telemetry event to track RHDA report requests initiated by the Component Analysis quickfix option.