Closed
Description
- VSCode Version: 1.4.0
- OS Version: Ubuntu 12.04
Steps to Reproduce:
- Open a file.
- Re-open the file using a non-default encoding (e.g. Windows 1252).
- Close VS Code.
- Re-open VS Code; layout of editor, open files, etc. will be persisted, character encoding will not be.
Expected behaviour:
Once I have explicitly re-opened a file in a different encoding, that encoding should be persisted along with the other session state (note that I am not asking for encoding auto-detection here, just that I don't have to manually specify it for the same open file every time I restart VS Code).