mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Issue reporter: changes to "reproducible section", fixes #42365
This commit is contained in:
@@ -69,7 +69,7 @@ export class IssueReporter extends Disposable {
|
||||
os: `${os.type()} ${os.arch()} ${os.release()}`
|
||||
},
|
||||
extensionsDisabled: this.environmentService.disableExtensions,
|
||||
reprosWithoutExtensions: true
|
||||
reprosWithoutExtensions: false
|
||||
});
|
||||
|
||||
ipcRenderer.on('issueInfoResponse', (event, info) => {
|
||||
|
||||
Reference in New Issue
Block a user