Fix telemetry.enableCrashReporter setting
The file containing the setting changed.
This commit is contained in:
parent
d695216317
commit
80f4d30638
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue