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