usernamehw / vscode-error-lens

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

Delay is not respected when used with Quokka.js #172

Closed ntripet closed 2 months ago

ntripet commented 1 year ago

While the delay setting keeps the previously entered value, the actual delay is 0ms when used alongside the Quokka extension.

usernamehw commented 1 year ago

Does the delay still fail if you use a simpler delay mode?

"errorLens.delayMode": "debounce",
usernamehw commented 2 months ago

I will assume that 55b8e3e fixed it.