Browse Source

docs: update telemetry (#2361)

Add feedback preference to "Additional Privacy Settings" section.
Tiagoquix 3 weeks ago
parent
commit
bc889a5b62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/telemetry.md

+ 1 - 0
docs/telemetry.md

@@ -53,6 +53,7 @@ For maximum privacy, you can add these settings to your `settings.json`:
 {
   "telemetry.enableTelemetry": false,
   "telemetry.enableCrashReporter": false,
+  "telemetry.feedback.enabled": false,
   "update.enableWindowsBackgroundUpdates": false,
   "update.mode": "manual",
   "workbench.enableExperiments": false,