I need to disable telemetry for Visual Studio code for all users. I have packaged the product in SCCM (specifically so its installed under the users profile so they can update it themselves).
I can't however figure out how to disable telemetry for all users.
I know individually the following needs to be added under the user's settings
{
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false
}