提交 2c78ebf2 编写于 作者: J Joao Moreno

use themes category, not tag

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