-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support auto detect of file encoding #17109
Comments
My project mix gbk and utf8 encoding files, so it need support ["files.encoding": "auto"], no just ["files.encoding": "utf8"] or ["files.encoding": "gbk"]. |
One alternative would be that we remember the encoding a file has been opened before. I.e. when the user chooses |
Support this request, it's indeed annoying, usually web related files are utf-8 encoding, windows platform files are local encoding, so "files.encoding" setting is not helping at all, you still need to manually set half files each time. |
The text was updated successfully, but these errors were encountered: