未验证 提交 c166a64d 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #51224 from Microsoft/joao/delay-shared-process

Delay shared process to improve startup times
......@@ -494,8 +494,8 @@ export class CodeApplication {
this.historyMainService.updateWindowsJumpList();
this.historyMainService.onRecentlyOpenedChange(() => this.historyMainService.updateWindowsJumpList());
// Start shared process here
this.sharedProcess.spawn();
// Start shared process after a while
TPromise.timeout(3000).then(() => this.sharedProcess.spawn());
}
private dispose(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册