提交 dc3c1812 编写于 作者: J Joao Moreno

fixes #29777

上级 ae9a386d
......@@ -1132,7 +1132,7 @@ export class ShowLanguageExtensionsAction extends Action {
return this.viewletService.openViewlet(VIEWLET_ID, true)
.then(viewlet => viewlet as IExtensionsViewlet)
.then(viewlet => {
viewlet.search('@sort:installs @category:languages ');
viewlet.search('@sort:installs category:languages ');
viewlet.focus();
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册