I\'m in the process of making the move from Webstorm to Visual Studio Code. The Performance in Webstorm is abysmal.
Visual studio code isn\'t being very helpful abo
If you are using angular, check that the tsconfig.json does not contain errors. (in the problems terminal)
tsconfig.json
For some reason I doubled these lines, and it didn't work for me
{ "module": "esnext", "moduleResolution": "node", }