fix bootstrap issues

This commit is contained in:
Benjamin Pasero
2018-09-07 17:25:14 +02:00
parent 53129dfdb7
commit 38e76c0214
3 changed files with 5 additions and 5 deletions

View File

@@ -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 });