提交 9ac0fc87 编写于 作者: J Johannes Rieken

remove unused/duplicated perf.mark

上级 a6f2524e
......@@ -415,7 +415,6 @@ export abstract class AbstractExtensionService extends Disposable implements IEx
}
private _releaseBarrier(): void {
perf.mark('code/extensionHostReady');
this._installedExtensionsReady.open();
this._onDidRegisterExtensions.fire(undefined);
this._onDidChangeExtensionsStatus.fire(this._registry.getAllExtensionDescriptions().map(e => e.identifier));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册