Merge pull request #428 from Unrud/patch-1

Fix telemetry.enableCrashReporter setting
This commit is contained in:
Peter Squicciarini 2020-06-26 16:37:36 -07:00 committed by GitHub
commit c25fd7717b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,4 @@ update_setting () {
}
update_setting "$TELEMETRY_ENABLE" src/vs/platform/telemetry/common/telemetryService.ts
update_setting "$TELEMETRY_CRASH_REPORTER" src/vs/workbench/electron-browser/desktop.contribution.ts
update_setting "$TELEMETRY_CRASH_REPORTER" src/vs/workbench/electron-sandbox/desktop.contribution.ts