mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔨 Disable update check
This commit is contained in:
parent
be2b076510
commit
f5e35eb40b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ options+=(--extra-builtin-extensions-dir "/root/.code-server/extensions/")
|
|||
options+=(--extensions-dir "/data/vscode/extensions")
|
||||
options+=(--host 0.0.0.0)
|
||||
options+=(--disable-telemetry)
|
||||
options+=(--disable-update-check)
|
||||
|
||||
# Disable code authentication, we use HA authentication
|
||||
options+=(--auth none)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue