提交 626ac81f 编写于 作者: S Sandeep Somavarapu

Fix #31171

上级 2ca50c08
......@@ -208,8 +208,8 @@ export class ExtensionsViewlet extends ComposedViewsViewlet implements IExtensio
.then(installed => {
if (installed.length === 0) {
this.searchBox.value = '@sort:installs';
this.searchExtensionsContextKey.set(true);
}
this.searchExtensionsContextKey.set(true);
return super.create(new Builder(this.extensionsBox));
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册