mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 12:41:32 +00:00
Update settings.json
Added dash extension for YAML
This commit is contained in:
parent
ff64d8c6cb
commit
0e7db43993
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
||||||
"**/__pycache__/**": true,
|
"**/__pycache__/**": true,
|
||||||
"**/deps/**": true
|
"**/deps/**": true
|
||||||
},
|
},
|
||||||
|
"files.associations": {
|
||||||
|
"*.dash": "yaml"
|
||||||
|
},
|
||||||
"editor.selectionClipboard": false,
|
"editor.selectionClipboard": false,
|
||||||
"terminal.integrated.copyOnSelection": true
|
"terminal.integrated.copyOnSelection": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue