Visual Studio Code – VScode intellisense very slow when 'node_modules' is present
VScode intelliSense is way too slow when working with a certain TypeScript, NextJs project. The problem seemed to be the node_modules folder, when i delete node_modules the intelliSense seem to be working very fast. I've tried many solutions from StackOverflow…