phindle / error-lens

Visual Studio Code extension which enhances the display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=PhilHindle.errorlens
MIT License
89 stars 40 forks source link

error-lens breaks clicking to go to the end of line #29

Open ssbarnea opened 4 years ago

ssbarnea commented 4 years ago

On lines with error, you can no longer click somewhere after the end of line to move the cursor to it.

This is very annoying behavior as it breaks the use of the editor. I suspect that is caused by the click being received by the message div and not being passed down.