Skip to content

charset = "utf-8-bom" in .editorconfig not working #64682

@gabbsmo

Description

@gabbsmo
  • VSCode Version: 1.29.1 (user setup)
  • OS Version: Windows 10 1803

Steps to Reproduce:

  1. Create folder and open it with Code
  2. Add a .editorconfig file
root = true

[*]
charset = "utf-8-bom"
  1. Restart Code
  2. Add a file
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    *caused-by-extensionIssue identified to be caused by an extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions