mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
🔨 Tune configuration for lower memory & CPU
This commit is contained in:
parent
1d0419c29f
commit
78d7995c88
2 changed files with 85 additions and 53 deletions
|
@ -12,6 +12,7 @@ readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
|
||||||
6ed36f832778926fa614fc12eec97b8f813bbb1a04f709769c9e5f54bc8e3cfc05a110155921a3b2ae47fc8389d24fa2bd385e4ce5a6c94850813791a6ac1c82
|
6ed36f832778926fa614fc12eec97b8f813bbb1a04f709769c9e5f54bc8e3cfc05a110155921a3b2ae47fc8389d24fa2bd385e4ce5a6c94850813791a6ac1c82
|
||||||
944d9ba57968666353df7e9dc78ec5d94b9b052e1abf863b51bc1f372d9f35cb2d93259f153e9ab3b3dd1b520bfcd7bddb54803bcfd9eb65975ae8fb5553663c
|
944d9ba57968666353df7e9dc78ec5d94b9b052e1abf863b51bc1f372d9f35cb2d93259f153e9ab3b3dd1b520bfcd7bddb54803bcfd9eb65975ae8fb5553663c
|
||||||
4ef960e3d6e795adda51d5cbeb18d309fee87ba5cd177292a21b5a70a71a4726ae7053c3793cddc6d63d3b4dacc180ad3ea12d005fc8d63a1bc4cb29f9a17f18
|
4ef960e3d6e795adda51d5cbeb18d309fee87ba5cd177292a21b5a70a71a4726ae7053c3793cddc6d63d3b4dacc180ad3ea12d005fc8d63a1bc4cb29f9a17f18
|
||||||
|
c5b8acf06ef6d9a2435e9ddb92cb9fce7cfbfe4a2206b0e0c3c4ed514cc926f8d3c662e694a995d102b5ba939056f93201c220558e06e1cd0872bfb1995ba148
|
||||||
)
|
)
|
||||||
|
|
||||||
# Ensure persistent data folder exists.
|
# Ensure persistent data folder exists.
|
||||||
|
|
|
@ -1,55 +1,86 @@
|
||||||
{
|
{
|
||||||
"editor.renderWhitespace": "boundary",
|
"files.associations": {
|
||||||
"files.associations": {
|
"*.dash": "yaml",
|
||||||
"*.dash": "yaml",
|
"**/esphome/*.yaml": "yaml",
|
||||||
"**/esphome/*.yaml": "yaml",
|
"*.yaml": "home-assistant"
|
||||||
"*.yaml": "home-assistant"
|
},
|
||||||
},
|
"files.watcherExclude": {
|
||||||
"files.watcherExclude": {
|
".nfs**": true,
|
||||||
".nfs**": true,
|
".Trash-0/**": true,
|
||||||
".Trash-0/**": true,
|
"**/__pycache__/**": true,
|
||||||
"**/__pycache__/**": true,
|
"**/._*": true,
|
||||||
"**/._*": true,
|
"**/.cloud": true,
|
||||||
"**/.git/objects/**": true,
|
"**/.git/objects/**": true,
|
||||||
"**/.git/subtree-cache/**": true,
|
"**/.git/subtree-cache/**": true,
|
||||||
"**/*.db-shm": true,
|
"**/.HA_VERSION": true,
|
||||||
"**/*.db-wal": true,
|
"**/.storage": true,
|
||||||
"**/*.db": true,
|
"**/*.db-shm": true,
|
||||||
"**/*.log": true,
|
"**/*.db-wal": true,
|
||||||
"**/deps/**": true,
|
"**/*.db": true,
|
||||||
"**/OZW_Log.txt": true,
|
"**/*.log": true,
|
||||||
"**/pyozw.sqlite": true
|
"**/deps/**": true,
|
||||||
},
|
"**/OZW_Log.txt": true,
|
||||||
"search.exclude": {
|
"**/pyozw.sqlite": true
|
||||||
"**/__pycache__/**": true,
|
},
|
||||||
"**/deps/**": true,
|
"search.exclude": {
|
||||||
".Trash-0/**": true
|
".Trash-0/**": true,
|
||||||
},
|
"**/__pycache__/**": true,
|
||||||
"terminal.integrated.copyOnSelection": true,
|
"**/._*": true,
|
||||||
"yaml.customTags": [
|
"**/.cloud": true,
|
||||||
"!env_var scalar",
|
"**/.git/objects/**": true,
|
||||||
"!include_dir_list scalar",
|
"**/.git/subtree-cache/**": true,
|
||||||
"!include_dir_merge_list scalar",
|
"**/.git": true,
|
||||||
"!include_dir_merge_named scalar",
|
"**/.HA_VERSION": true,
|
||||||
"!include_dir_named scalar",
|
"**/.storage": true,
|
||||||
"!include scalar",
|
"**/*.db-shm": true,
|
||||||
"!secret scalar"
|
"**/*.db-wal": true,
|
||||||
],
|
"**/*.db": true,
|
||||||
"yaml.format.enable": true,
|
"**/*.log": true,
|
||||||
"[yaml]": {
|
"**/deps/**": true,
|
||||||
"editor.autoIndent": true,
|
"**/OZW_Log.txt": true,
|
||||||
"editor.insertSpaces": true,
|
"**/pyozw.sqlite": true
|
||||||
"editor.tabSize": 2,
|
},
|
||||||
"editor.quickSuggestions": {
|
"files.exclude": {
|
||||||
"other": true,
|
".Trash-0/**": true,
|
||||||
"comments": false,
|
"**/__pycache__": true,
|
||||||
"strings": true
|
"**/.cloud": true,
|
||||||
}
|
"**/.DS_Store": true,
|
||||||
},
|
"**/.git": true,
|
||||||
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
"**/.HA_VERSION": true,
|
||||||
"esphome.validator": "dashboard",
|
"**/.storage": true,
|
||||||
"esphome.dashboardUri": "15ef4d2f-esphome.local.hass.io:6052",
|
"**/*.db-shm": true,
|
||||||
"workbench.iconTheme": "vscode-icons",
|
"**/*.db-wal": true,
|
||||||
"vsicons.dontShowNewVersionMessage": true,
|
"**/*.db": true,
|
||||||
"update.mode": "none"
|
"**/deps/**": true
|
||||||
|
},
|
||||||
|
"yaml.customTags": [
|
||||||
|
"!env_var scalar",
|
||||||
|
"!include_dir_list scalar",
|
||||||
|
"!include_dir_merge_list scalar",
|
||||||
|
"!include_dir_merge_named scalar",
|
||||||
|
"!include_dir_named scalar",
|
||||||
|
"!include scalar",
|
||||||
|
"!secret scalar"
|
||||||
|
],
|
||||||
|
"[yaml]": {
|
||||||
|
"editor.autoIndent": true,
|
||||||
|
"editor.insertSpaces": true,
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.quickSuggestions": {
|
||||||
|
"other": true,
|
||||||
|
"comments": false,
|
||||||
|
"strings": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"editor.renderWhitespace": "boundary",
|
||||||
|
"esphome.dashboardUri": "15ef4d2f-esphome.local.hass.io:6052",
|
||||||
|
"esphome.validator": "dashboard",
|
||||||
|
"telemetry.enableTelemetry": false,
|
||||||
|
"terminal.integrated.copyOnSelection": true,
|
||||||
|
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
||||||
|
"update.mode": "none",
|
||||||
|
"vsicons.dontShowNewVersionMessage": true,
|
||||||
|
"vsicons.projectDetection.disableDetect": true,
|
||||||
|
"workbench.iconTheme": null,
|
||||||
|
"yaml.format.enable": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue