🔨 Add disable telemetry as an option

This commit is contained in:
Timmo 2019-04-18 10:45:19 +01:00 committed by Franck Nijhof
parent cefcf7b0ba
commit ecab453e8b
3 changed files with 13 additions and 3 deletions

View file

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