mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +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
|
- 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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue