mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🚑 Match VSCode default config with latest code-server
This commit is contained in:
parent
5fde7f5443
commit
318d3ecd46
2 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@ readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
|
|||
86776df88391c3d94f79f62b430f9ff8538960628d5e04fb660165a5a46640d2e74f89cd68b3e6985dc59101ae2dda00a1e25aa48381acfd4736858c5f23878b
|
||||
2be4c50575c05711d30121c3a1320698d3dbb034523c481be3aad3b638af3e0a46113d8c3f8cfc1b0f01e4cc10f32da3a30feca161c31b5b27177aeb7231bf70
|
||||
d4745002643a0168f65bc5b465a9baff59af0fb4783b50553e1a4e8b3f1a569fc4905df19b7743f7f313a5809a5128d997fc4b5e0a0e5db0a01f47b3b7bec39d
|
||||
6ed36f832778926fa614fc12eec97b8f813bbb1a04f709769c9e5f54bc8e3cfc05a110155921a3b2ae47fc8389d24fa2bd385e4ce5a6c94850813791a6ac1c82
|
||||
)
|
||||
|
||||
# Ensure persistent data folder exists.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"editor.selectionClipboard": false,
|
||||
"files.associations": {
|
||||
"*.dash": "yaml",
|
||||
"*.yaml": "home-assistant"
|
||||
|
@ -45,5 +44,6 @@
|
|||
"comments": false,
|
||||
"strings": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"terminal.integrated.shell.linux": "/usr/bin/zsh"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue