usernamehw / vscode-error-lens

VSCode extension that enhances display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens
MIT License
601 stars 32 forks source link

"Code Lens Enalbed" does not honor "Delay Mode" or "Delay" #217

Open CodingMarkus opened 2 months ago

CodingMarkus commented 2 months ago

No matter if Delay Mode is new, debounce, or old and no matter what value is found in Delay, when Code Lens Enalbed is true, the CodeLens error always appears immediately, even when just typing a single letter.

CodeLens

Note how the error message in the line and the gutter icon only appear after the configured delay but the CodeLens text above the code appears instantly. This is very annoying as you constantly get errors all the time while just typing code.