mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
Update README for removal of disable_telemetry config option (#110)
This commit is contained in:
parent
0a2fc93049
commit
bb3cab4a6e
1 changed files with 0 additions and 5 deletions
|
@ -35,7 +35,6 @@ packages:
|
|||
- mariadb-client
|
||||
init_commands:
|
||||
- ls -la
|
||||
disable_telemetry: false
|
||||
```
|
||||
|
||||
**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
|
||||
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
|
||||
|
||||
The add-on updates your settings to be optimized for use with Home Assistant.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue