I am programming in C#, using Visual Studio Code. It insists on checking for syntax errors (red squiggles) while I'm typing, instead of just on save. This results in lots of "errors" that wouldn't be there if only it would wait until I'm done typing. I did Google search but found no solution, only other people, a lot of them, complaining at the same issue.
Is there any way to disable error checking while I am typing, or is it something I have to live with.
The suggestions like adding lines in settings.json like "java.validate.enable": false "javascript.validate.enable": false "problems.decorations.enabled": false
do not work for C#.