提交 183e4e8e 编写于 作者: J Joao Moreno

oops

上级 b59a6220
......@@ -200,14 +200,13 @@
timers.beforeLoad = new Date();
require([
'vs/workbench/electron-browser/main',
'vs/workbench/workbench.main',
'vs/nls!vs/workbench/workbench.main',
'vs/css!vs/workbench/workbench.main'
], (main) => {
], () => {
timers.afterLoad = new Date();
main
const main = require('vs/workbench/electron-browser/main')
.startup(configuration, globalSettings)
.done(null, error => onError(error, enableDeveloperTools));
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册