Skip to content

Commit 53f3b19

Browse files
committed
Include telemetry opt-out instructions in Czech
Remove the "aby zlepšil uživatelské prostředí" (as of now, the Privacy Policy lists 17 reasons data is collected!). Include a note that the telemetry may send the content of your files. Citing the current privacy policy: > The data we collect can include the following: > [...] > **Text, inking, and typing data.** Text, inking, and typing > data and related information. > [...] > **Content.** Content of your files and communications you > input, upload, receive, create, and control. That might cover anything you type in or open in the editor. (Since the telemetry is closed-source, it's hard to tell if they're actually sending this.)
1 parent 749d02b commit 53f3b19

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

lessons/beginners/install-editor/vscode.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,17 @@ Dále se jen řiď instrukcemi instalátoru jako u každého jiného programu.
1414

1515
## Odesílání telemetrických dat
1616

17-
Tento textový editor odesílá data o tvém používání aby zlepšil uživatelské prostředí. Pokud si nepřeješ aby se nějaká data odeslala,
18-
navštiv prosím tento [link](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).
17+
Tento textový editor odesílá data o tvém používání ([nejspíš včetně např.
18+
obsahu otevřených souborů][privacy]).
19+
Pokud si nepřeješ aby se data odesílala, můžeš odesílání zrušit:
20+
21+
* Otevři **File** > **Preferences** > **Settings** (macOS: **Code** > **Preferences** > **Settings**).
22+
* Vyhledej `telemetry.enableTelemetry` a odškrtni tento záznam.
23+
24+
Viz též [původni postup v angličtině](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).
25+
26+
[privacy]: https://privacy.microsoft.com/en-us/privacystatement
27+
1928

2029
## A to je vše!
2130
Vše ostatní je již nainstalováno/nastaveno. Teď se jen pusť do samotného programování!

0 commit comments

Comments
 (0)