How to setup Visual Studio Code to detect and set the correct encoding on file open
To allow Visual Studio Code to automatically detect the encoding of a file, you can set “files.autoGuessEncoding”:true (in the settings.json configuration file). https://github.com/Microsoft/vscode/pull/21416 This obviously requires an updated verison of the application compared to when the question was originally asked.