'How do I turn off the “extension recommendations” notification?
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.
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.ignoreRecommendationstotrue
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 |


