mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
✨ Adds vscode YAML extension (#26)
* Update to use !items in yaml * Add yaml checker
This commit is contained in:
parent
ecab453e8b
commit
54a2ca7a34
2 changed files with 15 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
keesschollaart.vscode-home-assistant
|
||||
lukas-tr.materialdesignicons-intellisense
|
||||
redhat.vscode-yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue