Update README for removal of disable_telemetry config option (#110)

This commit is contained in:
Adam Feldman 2020-07-08 14:11:43 -05:00 committed by GitHub
parent 0a2fc93049
commit bb3cab4a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,6 @@ packages:
- mariadb-client - mariadb-client
init_commands: init_commands:
- ls -la - ls -la
disable_telemetry: false
``` ```
**Note**: _This is just an example, don't copy and paste it! Create your own!_ **Note**: _This is just an example, don't copy and paste it! Create your own!_
@ -72,10 +71,6 @@ 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 Add one or more shell commands to the list, and they will be executed every
single time this add-on starts. single time this add-on starts.
### Option: `disable_telemetry`
Disables anonymous usage telemetry data from being sent to code-server.
## Resetting your VSCode settings to the add-on defaults ## Resetting your VSCode settings to the add-on defaults
The add-on updates your settings to be optimized for use with Home Assistant. The add-on updates your settings to be optimized for use with Home Assistant.