Closed
Description
opened on Sep 23, 2020
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