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

Text doesn't appear when "editor.renderWhitespace" is enabled #27

Open rrmesquita opened 5 years ago

rrmesquita commented 5 years ago

I've just realized that if VS Code option "editor.renderWhitespace" is either "all" or "boundary", Error Lens text disappears. Here are some footage:

With "editor.renderWhitespace" on:

with

With "editor.renderWhitespace" off:

without

phindle commented 5 years ago

Thank you for the report, I will investigate and hopefully be able to fix this.