mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔨 Associates yaml file to Home Assistant by default
This commit is contained in:
parent
d57fa01251
commit
69029577f8
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
|
||||
86776df88391c3d94f79f62b430f9ff8538960628d5e04fb660165a5a46640d2e74f89cd68b3e6985dc59101ae2dda00a1e25aa48381acfd4736858c5f23878b
|
||||
2be4c50575c05711d30121c3a1320698d3dbb034523c481be3aad3b638af3e0a46113d8c3f8cfc1b0f01e4cc10f32da3a30feca161c31b5b27177aeb7231bf70
|
||||
d4745002643a0168f65bc5b465a9baff59af0fb4783b50553e1a4e8b3f1a569fc4905df19b7743f7f313a5809a5128d997fc4b5e0a0e5db0a01f47b3b7bec39d
|
||||
)
|
||||
|
||||
# Ensure persistent data folder exists.
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"editor.renderWhitespace": "boundary",
|
||||
"editor.selectionClipboard": false,
|
||||
"files.associations": {
|
||||
"*.dash": "yaml"
|
||||
"*.dash": "yaml",
|
||||
"*.yaml": "home-assistant"
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
".nfs**": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue