🔨 Disable update check

This commit is contained in:
Franck Nijhof 2020-12-02 08:45:17 +01:00
parent be2b076510
commit f5e35eb40b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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)