Disallow reloading in issue reporter. Fixes #77171 (#82131)

This commit is contained in:
Jackson Kearl
2019-10-09 13:58:40 -07:00
committed by GitHub
parent 6e8ff27ea6
commit 11b28d3872
2 changed files with 6 additions and 5 deletions

View File

@@ -10,4 +10,4 @@ const bootstrapWindow = require('../../../../bootstrap-window');
bootstrapWindow.load(['vs/code/electron-browser/issue/issueReporterMain'], function (issueReporter, configuration) {
issueReporter.startup(configuration);
}, { forceEnableDeveloperKeybindings: true });
}, { forceEnableDeveloperKeybindings: true, disallowReloadKeybinding: true });