- VSCode Version: 1.29.1 (user setup)
- OS Version: Windows 10 1803
Steps to Reproduce:
- Create folder and open it with Code
- Add a .editorconfig file
root = true
[*]
charset = "utf-8-bom"
- Restart Code
- Add a file
- It is created with charset utf-8 and not utf-8-bom. Editing and saving does not change charset either.
Does this issue occur when all extensions are disabled?: Yes. But this is expected since Editorconfig extension is disabled.