mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔨 Adds disable telemetry flag
This commit is contained in:
parent
bacec0d21f
commit
cefcf7b0ba
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ options+=(--user-data-dir "/data/vscode")
|
|||
options+=(--extensions-dir "/data/vscode/extensions")
|
||||
options+=(--host 127.0.0.1)
|
||||
options+=(--allow-http)
|
||||
options+=(--disable-telemetry)
|
||||
|
||||
# Disable code authentication, we use HA authentication
|
||||
options+=(--no-auth)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue