mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +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,
|
||||
"**/deps/**": true
|
||||
},
|
||||
"files.associations": {
|
||||
"*.dash": "yaml"
|
||||
},
|
||||
"editor.selectionClipboard": false,
|
||||
"terminal.integrated.copyOnSelection": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue