Issue reporter: changes to "reproducible section", fixes #42365

This commit is contained in:
Rachel Macfarlane
2018-01-29 15:15:03 -08:00
parent e91b851ca8
commit 8b260fb639
3 changed files with 14 additions and 15 deletions

View File

@@ -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) => {