mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
Update to use !items in yaml
This commit is contained in:
parent
ff64d8c6cb
commit
984090e181
1 changed files with 14 additions and 1 deletions
|
@ -8,5 +8,18 @@
|
||||||
"**/deps/**": true
|
"**/deps/**": true
|
||||||
},
|
},
|
||||||
"editor.selectionClipboard": false,
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue