'How do I turn off the “extension recommendations” notification?

Every time I open Visual Studio Code, I get a notification:

This workspace has extension recommendations.

This workspace has extension recommenations.


How do I turn off extension recommendations?



Solution 1:[1]

In the new update of VS Code.

Recommendations can be disabled in the view

  • Open extension view from the side bar
  • Click on the 3 dots in the right hand corner of the extension view
  • Click on View

Enable or disable recommendations from there.

enter image description here

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)

  • set extensions.ignoreRecommendations to true

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Edoardo