提交 479910d9 编写于 作者: J Johannes Rieken

undo late extension host launch, #37751

上级 1ed949e7
......@@ -103,9 +103,9 @@ export class ExtensionService implements IExtensionService {
toPromise(filterEvent(lifecycleService.onDidChangePhase, phase => phase === LifecyclePhase.Running)).then(() => {
// delay extension host creation and extension scanning
// until after the editors/panels are restored
this._startExtensionHostProcess([]);
this._scanAndHandleExtensions();
});
this._startExtensionHostProcess([]);
this._scanAndHandleExtensions();
}
public restartExtensionHost(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册