DEV Community

timsar2
timsar2

Posted on

Hide node_module from side menu of vscode

Most of the time we don't' need to look at node_module, But sometimes we see that folder is opened and we just need to collapse it again.
Alt Text

There is a vscode extension for hiding file and folders from the context menu. Just right click on file/folder and make them hide.
https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules

Be happy now ;)

Top comments (0)