c++ – Increase update rate of “problems” bar in Visual Studio Code

Is there a way to make VSCode update typos and detected problems instantly? I noticed that it usually takes VSCode about 1-2 seconds to update the problems status bar and the red underline. Even after fixing the error VSCode usually takes a couple seconds to update.

Is there any way to change this specific setting in the settings.json file to something like 0ms or at least make it a little quicker or do you know of an extension that could take care of this?

I am specifically asking about C++ code because that is the main language I am currently writing in.

Read more here: Source link