vscode_rainbow_csv icon indicating copy to clipboard operation
vscode_rainbow_csv copied to clipboard

Extension doesn't follow `files.autoGuessEncoding: true` setting

Open NogrTL opened this issue 2 years ago • 1 comments

I often see this behavior see VS Code open the files with improper encoding when this extension enabled. Usually UTF8.

Steps

  1. Install extension
  2. Enable files.autoGuessEncoding
  3. Open file sample.txt

Actual It opens with UTF8 encoding. screenshot image

Expected File should be opened with Windows 1251 (Cyrillics) encoding. Workaround is "Change File Encoding" - "Reopen with Encoding" but it's tedious.

NogrTL avatar Jan 20 '24 13:01 NogrTL

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

mechatroner avatar Jan 21 '24 22:01 mechatroner