-
Notifications
You must be signed in to change notification settings - Fork 2
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
Honor unwantedRecommendations
setting in .vscode/extensions.json.
#16
Comments
unwantedRecommendations
setting in .vscode/extensions.json.unwantedRecommendations
setting in .vscode/extensions.json.
Seems like something we should implement in https://github.com/redhat-developer/vscode-extension-proposals . This is assuming the library would have access to the current project folder. |
@rgrunber Should I open a issue in that repo or this one is just enough? 🤔 |
I was going to transfer this issue directly there, but @robstryker can't, so maybe @fbricon can when he returns. |
done |
Any advance on this? As this issue prevents us from using the Dependency Analytics extension and, currently, we are forced to disable any extension recommendation via |
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
extensions.ignoreRecommendations
totrue
).I think that, if this extension is using VSCode "standard" settings to enable/disable recommendations (once the
java.recommendations.dependency.analytics.show
setting has been removed), it should also respect theunwantedRecommendations
setting in .vscode/extensions.json.The text was updated successfully, but these errors were encountered: