Adds vscode YAML extension (#26)

* Update to use !items in yaml

* Add yaml checker
This commit is contained in:
Erik-jan Riemers 2019-04-19 12:32:51 +02:00 committed by Franck Nijhof
parent ecab453e8b
commit 54a2ca7a34
2 changed files with 15 additions and 1 deletions

View file

@ -8,5 +8,18 @@
"**/deps/**": true
},
"editor.selectionClipboard": false,
"terminal.integrated.copyOnSelection": true
"terminal.integrated.copyOnSelection": true,
"settings": {
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"yaml.customTags": [
"!secret",
"!yaml",
"!include",
"!include_dir_list",
"!include_dir_named",
"!include_dir_merge_list",
"!include_dir_merge_named"
]
}
}

View file

@ -1,2 +1,3 @@
keesschollaart.vscode-home-assistant
lukas-tr.materialdesignicons-intellisense
redhat.vscode-yaml