提交 5d8d083f 编写于 作者: S Sandeep Somavarapu

Fix #46584

上级 3535f773
......@@ -930,7 +930,7 @@ export class ExtensionsWorkbenchService implements IExtensionsWorkbenchService,
const extensionId = match[1];
this.queryLocal().then(local => {
const extension = local.filter(local => local.id === extensionId)[0];
const extension = local.filter(local => areSameExtensions({ id: local.id }, { id: extensionId }))[0];
if (extension) {
return this.windowService.show()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册