mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
fix bootstrap issues
This commit is contained in:
@@ -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 });
|
||||
@@ -10,4 +10,4 @@ const bootstrapWindow = require('../../../../bootstrap-window');
|
||||
|
||||
bootstrapWindow.load(['vs/code/electron-browser/processExplorer/processExplorerMain'], function (processExplorer, configuration) {
|
||||
processExplorer.startup(configuration.data);
|
||||
});
|
||||
}, { forceEnableDeveloperKeybindings: true });
|
||||
Reference in New Issue
Block a user