Fix telemetry.enableCrashReporter setting

The file containing the setting changed.
This commit is contained in:
Unrud
2020-06-18 11:29:27 +02:00
committed by GitHub
parent d695216317
commit 80f4d30638

View File

@@ -46,4 +46,4 @@ update_setting () {
} }
update_setting "$TELEMETRY_ENABLE" src/vs/platform/telemetry/common/telemetryService.ts 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