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 ...
// - vscode.debug-auto-launch: Helper for auto-attach feature when node-debug extensions are not active. // - vscode.debug-server-ready: Open URI in browser if server under debugging is ready. // - vscode.emmet: Emmet support for VS Code // - vscode.extension-editing: Provides linting...