File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/platform/sharedProcess/electron-browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ class SharedProcessWebWorker extends Disposable {
322
322
// working directory. Setting the env BREAKPAD_DUMP_LOCATION will force electron to create the file in that location,
323
323
// For https://github.com/microsoft/vscode/issues/105743
324
324
const extHostCrashDirectory = this . environmentService . args [ 'crash-reporter-directory' ] || this . environmentService . userDataPath ;
325
- sharedProcessWorkerEnvironment . env . BREAKPAD_DUMP_LOCATION = join ( extHostCrashDirectory , `Parcel Watcher Crash Reports` ) ;
325
+ sharedProcessWorkerEnvironment . env . BREAKPAD_DUMP_LOCATION = join ( extHostCrashDirectory , this . type ) ;
326
326
sharedProcessWorkerEnvironment . env . VSCODE_CRASH_REPORTER_START_OPTIONS = JSON . stringify ( crashReporterStartOptions ) ;
327
327
}
328
328
You can’t perform that action at this time.
0 commit comments