On macOS, when searching for a project file in Visual Studio Code using Cmd + P, I want node_modules
included among the searchable files every time I search.
How to permanently enable this?
On mac
cmd + ,
search.exclude
**/node_modules
from Search: Exclude.gitignore
.gitignore
and .ignore
files when searchingnode_modules
should be immediately searchable. If not, restart VSC.