mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
0e9ff39e1f
commit
10538ee7ab
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@
|
||||||
"path": "."
|
"path": "."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {},
|
"settings": {
|
||||||
|
"files.associations": {
|
||||||
|
"*.yaml": "home-assistant"
|
||||||
|
},
|
||||||
|
"window.autoDetectColorScheme": true
|
||||||
|
},
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"aaaaronzhou.vscode-auto-light-dark-theme",
|
"aaaaronzhou.vscode-auto-light-dark-theme",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue