提交 c5c0ee19 编写于 作者: I isidor

fixes #39624

上级 dbf8d61d
......@@ -54,7 +54,7 @@ export class ExtensionHostProfileService extends Disposable implements IExtensio
if (this._state === ProfileSessionState.Running) {
ProfileExtHostStatusbarItem.instance.show(() => {
this.stopProfiling();
this._editorService.openEditor(this._instantiationService.createInstance(RuntimeExtensionsInput));
this._editorService.openEditor(this._instantiationService.createInstance(RuntimeExtensionsInput), { revealIfOpened: true });
});
} else if (this._state === ProfileSessionState.Stopping) {
ProfileExtHostStatusbarItem.instance.hide();
......
......@@ -463,7 +463,7 @@ export class ShowRuntimeExtensionsAction extends Action {
}
public run(e?: any): TPromise<any> {
return this._editorService.openEditor(this._instantiationService.createInstance(RuntimeExtensionsInput));
return this._editorService.openEditor(this._instantiationService.createInstance(RuntimeExtensionsInput), { revealIfOpened: true });
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册