提交 51c1f85f 编写于 作者: R Ramya Achutha Rao

Revert expanding only non empty views as that would override user choice #52442

上级 eae9075a
......@@ -656,9 +656,7 @@ export class DefaultRecommendedExtensionsView extends ExtensionsListView {
}
async show(query: string): TPromise<IPagedModel<IExtension>> {
let model = await super.show('@recommended:all');
this.setExpanded(model.length > 0);
return model;
return super.show('@recommended:all');
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册