mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
24 lines
549 B
Text
24 lines
549 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.associations": {
|
|
"*.yaml": "home-assistant"
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "zsh",
|
|
"esphome.validator": "local",
|
|
"terminal.integrated.copyOnSelection": true,
|
|
"workbench.iconTheme": "vs-seti",
|
|
"yaml.format.enable": true,
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"esphome.esphome-vscode", // moved here as not everyone has ESPhome
|
|
"ibm.output-colorizer", // colorize output
|
|
"pinage404.bash-extension-pack" // helps with bash scripts
|
|
]
|
|
}
|
|
}
|