Skip to content

Latest version breaks auto-save formatting #366

Closed
@ekristen

Description

Not sure what happened but with the latest version it stopped honoring the workspace vscode settings.

I have a .vscode/settings.json

{
  "[yaml]": {
    "editor.tabSize": 4,
    "editor.insertSpaces": true
  }
}

All files opened are showing 2 spaces instead of 4, when saving it's auto-formats back to 2.

If I manually change the file back to 4 and save, it does not format back to 4 it stays at 2.

Downgrading to 0.10.1 brings back the expected behavior.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions