vscode_rainbow_csv
vscode_rainbow_csv copied to clipboard
Extension doesn't follow `files.autoGuessEncoding: true` setting
I often see this behavior see VS Code open the files with improper encoding when this extension enabled. Usually UTF8.
Steps
- Install extension
- Enable
files.autoGuessEncoding - Open file sample.txt
Actual
It opens with UTF8 encoding.
screenshot
Expected File should be opened with Windows 1251 (Cyrillics) encoding. Workaround is "Change File Encoding" - "Reopen with Encoding" but it's tedious.
Thanks for the bug report! I haven't looked into this yet, but I am 99% sure that this is a manifestation/duplicate of the existing bug, see #127