C#C
C#3y ago
18 replies
DanklyTuned

❔ How do I disable live/realtime linting in VS Code with the C# extension?

I'm new to using VS Code (and C#). I installed the C# extension and there is linting while I type and write my program but it's insanely distracting having colors changing, lines inserted into the code, numbers popping up etc. Is there a way to disable this and have the linting run only when I save the file?
Was this page helpful?