When I install a new node project, sublime takes about 10 minutes indexing at 100% CPU
I added: "index_exclude_patterns": ["/node_modules/*"] to Preferences.sublime-settings, but it didn’t change anything. Is it possible to stop indexing the node_modules folder? It seems like a big problem right now.
If there is no way to exclude the folder can I turn off indexing completely?
Thanks for any help.