Skip to content

Commit a754c04

Browse files
authored
aux window issue reporter default (microsoft#226370)
turn aux window issue reporter on by default for stable too
1 parent 5b33d87 commit a754c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/issue/electron-sandbox/issue.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class NativeIssueContribution extends BaseIssueContribution {
6161
properties: {
6262
'issueReporter.experimental.auxWindow': {
6363
type: 'boolean',
64-
default: productService.quality !== 'stable',
64+
default: true,
6565
description: 'Enable the new experimental issue reporter in electron.',
6666
},
6767
}

0 commit comments

Comments
 (0)