mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 02:31:34 +00:00
🔨 Add disable telemetry as an option
This commit is contained in:
parent
cefcf7b0ba
commit
ecab453e8b
3 changed files with 13 additions and 3 deletions
|
@ -70,7 +70,8 @@ Example add-on configuration:
|
|||
],
|
||||
"init_commands": [
|
||||
"ls -la"
|
||||
]
|
||||
],
|
||||
"disable_telemetry": false
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -127,6 +128,10 @@ Customize your VSCode environment even more with the `init_commands` option.
|
|||
Add one or more shell commands to the list, and they will be executed every
|
||||
single time this add-on starts.
|
||||
|
||||
### Option: `disable_telemetry`
|
||||
|
||||
Disables annonymous usage telemetry data from being sent to code-server.
|
||||
|
||||
### Option: `leave_front_door_open`
|
||||
|
||||
Adding this option to the add-on configuration allows you to disable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue