- Published on
How to Hide Recommended Extensions Section in VS Code
- Authors
- Name
- Ashik Nesin
- @AshikNesin
We spend most of our time using text editor like VS Code. It comes with lots of useful features by default and you can further customize it using extensions.
When you go to extensions in VS Code, it shows some recommended section at the bottom.
However, I find that not that useful. And probably you might as well.
Here is what I did to hide it permanently:
- On the top right icons in the Extentions sections, click on the
...
icons - Now uncheck the Views -> Recommended
That's it. It should hide it going forward
Happy minimal text-editor!