WengerK / vscode-highlight-bad-chars

Extension to highlight bad characters such as No-break space ( ) and the Greek question mark (;) in your source files.

Home Page:https://marketplace.visualstudio.com/items?itemName=wengerk.highlight-bad-chars#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tab character showing as bad character

mattvrydaghs opened this issue · comments

Since the latest update, the tab character is being highlighted as a bad character. Since tab is my preferred indentation method, this is rather annoying.

Mousing over the highlight shows "Bad char \u9 ( )"

On Latest VS Code (1.60.2) on MacOS (Intel) 10.15.1

Working on a fix

8066edf

release 0.0.5 should fix this.

Thanks to @ItalyPaleAle for the quick fix ! 🚀
Thanks to @mattvrydaghs for reporting the issue <3

Thanks for the quick response all! Updated and confirmed fixed!

I'm very sorry folks. I promise it wasn't me trying to impose spaces over tabs (although who doesn't have an opinion? 😂). just accidentally including all control characters and didn't test with a file with tabs.

Sorry again about that, hope the fix rolls out soon.