-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.recommendations.dependency.analytics.show is being ignored #3381
Comments
You're right. Looks like that setting shouldn't be there at all because it was removed in 02deb55#diff-557d2a7d63d5d487fbc01f8871085bc4c926e5bacdbd4e3f9abcc3d108b22419L18-L20 . I just want to confirm that you want to have the popup not show up on a freshly installed VS Code instance with a freshly installed vscode-java extension (ie. the first time). Because if you do click the @robstryker is this the kind of thing we should support in the framework itself ? It's probably easy for us to just restore the old option in this case. |
@rgrunber Thanks for your reply. |
I've pushed a PR that would ensure we respect |
That's a perfect solution from our perspective. @rgrunber Thanks a lot for the quick resolution. |
@rgrunber I have a problem with this solution as, currently, looks like the only way to avoid Language Support for Java(TM) by Red Hat recommending Dependency Analytics is by disabling all recommendations (setting I think that, if this extension is using VSCode "standard" settings to enable/disable recommendations (once the UPDATE: I added a proposal to support this. |
The setting java.recommendations.dependency.analytics.show is being ignored and although we set it to false, the extension still recommend it on the first time we open pom.xml file.
We would like to turn it off complexly using this setting as was possible before 1.19.0
Environment
Steps To Reproduce
Current Result
The recommending popup appears
Expected Result
The popup to not appear
Additional Informations
The text was updated successfully, but these errors were encountered: