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!!
Thanks for any help you can provide!
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!!
Thanks for any help you can provide!
Configure these options on user settings (ctrl+,
):
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false
Then reload your vscode.