Tab indentation will basically result as a non-char when parsing YAML. For instance: a: b: c: yo mamma As tab indented comes out as: js-yaml test.yaml { a: null, b: null, c: 'yo mamma' } It would be safer and easier to debug if the file ...
I updated to the latest version and my "open editors" disappeared in tab format. I can see open eitors above the folder tree but not as "tabs" above the open file. In settings I have: "workbench.editor.showTabs": true How can I get back ...