Skip to content

Commit

Permalink
Update to changed id (fixes #42808)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Feb 2, 2018
1 parent a8696df commit 7636a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/code/electron-browser/issue/issueReporterMain.ts
Expand Up @@ -173,7 +173,7 @@ export class IssueReporter extends Disposable {

if (this.environmentService.disableExtensions || extensions.length === 0) {
(<HTMLButtonElement>document.getElementById('disableExtensions')).disabled = true;
(<HTMLInputElement>document.getElementById('reprosWithoutExtensions')).checked = true;
(<HTMLInputElement>document.getElementById('reproducesWithoutExtensions')).checked = true;
this.issueReporterModel.update({ reprosWithoutExtensions: true });
}
}
Expand Down

0 comments on commit 7636a7d

Please sign in to comment.