-1

How do I turn off the privacy popup? It's driving me nuts - it popups every single time I start a new instance of VS Code!!

Privacy popup

Thanks for any help you can provide!

Alex
  • 59,571
  • 22
  • 137
  • 126
Lee Morris
  • 33
  • 6

1 Answers1

1

Configure these options on user settings (ctrl+,):

"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false

Then reload your vscode.

4ndt3s
  • 3,238
  • 2
  • 20
  • 30