mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
chore: disallow crashpad forwarding crashes to system crash handler (#278334)
This commit is contained in:
@@ -528,7 +528,8 @@ function configureCrashReporter(): void {
|
||||
productName: process.env['VSCODE_DEV'] ? `${productName} Dev` : productName,
|
||||
submitURL,
|
||||
uploadToServer,
|
||||
compress: true
|
||||
compress: true,
|
||||
ignoreSystemCrashHandler: true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user