Every time I open Visual Studio Code, I get a notification:
This workspace has extension recommendations.
How do I turn off extension recommendations?
To uninstall an extension, select the Manage gear button at the right of an extension entry and then choose Uninstall from the dropdown menu. This will uninstall the extension and prompt you to reload VS Code.
Most extensions are per-user and are installed in the %LocalAppData%\Microsoft\VisualStudio\<Visual Studio version>\Extensions\ folder.
You can open the settings.json file with the Preferences: Open Settings (JSON) command in the Command Palette (Ctrl+Shift+P). Once the file is open in an editor, delete everything between the two curly braces {} , save the file, and VS Code will go back to using the default values.
In the new update of VS Code.
Recommendations can be disabled in the view
Enable or disable recommendations from there.
or if you don't want to see the recommendations at all then disable it in settings file
Open settings.json
(Press Ctrl + Shift + P
type settings.json)
extensions.showRecommendationsOnlyOnDemand
to true
extensions.ignoreRecommendations
to true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With