-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable delay for problem diagnostics #63737
Comments
@usernamehw What is the need to make it configurable? |
@sandy081 For the same reason |
@usernamehw Sorry I did not find the relation. Can you please elaborate? |
@sandy081 To not see anything that can grab your attention. The conclusion - they are often shown to the user for no reason. |
Instead of delay, what you need is not to validate until save? And this has to be supported by the extensions owning diagnostics and not through platform. |
Yes, it should also trigger rendering of errors/warnings on save. So ... to delay rendering of vscode decorations the only way is to support it - is somehow from language extensions... |
Yes. Hence closing this as it is extension supported feature. |
I would like to debounce decoration rendering for
errors
/warning
. Not sure aboutinfo
/hint
.The text was updated successfully, but these errors were encountered: