提交 f2d4b624 编写于 作者: S Sandeep Somavarapu

Fix #74270

上级 faa8a49c
......@@ -716,6 +716,7 @@ export class ExtensionsListView extends ViewletPanel {
}
private openExtension(extension: IExtension): void {
extension = this.extensionsWorkbenchService.local.filter(e => areSameExtensions(e.identifier, extension.identifier))[0] || extension;
this.extensionsWorkbenchService.open(extension).then(undefined, err => this.onError(err));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册