Releases: WengerK/vscode-highlight-bad-chars
Releases · WengerK/vscode-highlight-bad-chars
0.0.6
- [feat] highlight dangerous characters that could be exploited per Trojan Source (CVE-2021-42574)
- [feat] bundle extension with Webpack for better support for unpkg and browser extension host; the extension always runs in the web extension host now
- [feat] add Github Actions running tests & styles
- [feat] add Jest Snapshot testing
- [feat] change extension activation to
onStartupFinished
to avoid slowing down VS Code launch - [feat] update engines.vscode ^1.59.0 => ^1.60.0
0.0.5
0.0.4
0.0.4 - 2021-04-10
- [feat] extension now works on VS Code for the Web (like github.dev)
- [feat] highlight additional characters: control characters, soft hyphen, object replacement character - close #8, #9, #17
- [feat] show the Unicode codepoint of highlighted characters - close #12
- [feat] configuration option
asciiOnly
to highlight all non-ASCII characters as "bad" (disabled by default) - close #7 - [feat] configuration option
allowedUnicodeChars
to mark characters as "non-bad" - close #4, #10 - [fix] when the configuration changes, the extension changes its behavior without reloading the window
- [fix] remove redundant "Hello World" Command from Command Palette - close #15
Thanks to @ItalyPaleAle, @quackingduck, @Pablion.