提交 c2a89401 编写于 作者: J Johannes Rieken

simpler perf mark for didLoadExtensions

上级 17c777b1
......@@ -409,9 +409,9 @@ export abstract class AbstractExtensionService extends Disposable implements IEx
protected async _initialize(): Promise<void> {
perf.mark('code/willLoadExtensions');
this._startExtensionHosts(true, []);
this.whenInstalledExtensionsRegistered().then(() => perf.mark('code/didLoadExtensions'));
await this._scanAndHandleExtensions();
this._releaseBarrier();
perf.mark('code/didLoadExtensions');
}
private _releaseBarrier(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册