提交 68c197a0 编写于 作者: M Martin Aeschlimann

[themes] search for tag:icon-themes (for #11669)

上级 b1d1fe93
...@@ -42,7 +42,7 @@ class SelectColorThemeAction extends Action { ...@@ -42,7 +42,7 @@ class SelectColorThemeAction extends Action {
const currentThemeId = this.themeService.getColorTheme(); const currentThemeId = this.themeService.getColorTheme();
const currentTheme = themes.filter(theme => theme.id === currentThemeId)[0]; const currentTheme = themes.filter(theme => theme.id === currentThemeId)[0];
const pickInMarketPlace = findInMarketplacePick(this.viewletService, 'category:themes'); const pickInMarketPlace = findInMarketplacePick(this.viewletService, 'category:themes');
const picks: IPickOpenEntry[] = themes const picks: IPickOpenEntry[] = themes
.map(theme => ({ id: theme.id, label: theme.label, description: theme.description })) .map(theme => ({ id: theme.id, label: theme.label, description: theme.description }))
...@@ -96,7 +96,7 @@ class SelectIconThemeAction extends Action { ...@@ -96,7 +96,7 @@ class SelectIconThemeAction extends Action {
const currentThemeId = this.themeService.getFileIconTheme(); const currentThemeId = this.themeService.getFileIconTheme();
const currentTheme = themes.filter(theme => theme.id === currentThemeId)[0]; const currentTheme = themes.filter(theme => theme.id === currentThemeId)[0];
const pickInMarketPlace = findInMarketplacePick(this.viewletService, 'category:themes'); const pickInMarketPlace = findInMarketplacePick(this.viewletService, 'tag:icon-theme');
const picks: IPickOpenEntry[] = themes const picks: IPickOpenEntry[] = themes
.map(theme => ({ id: theme.id, label: theme.label, description: theme.description })) .map(theme => ({ id: theme.id, label: theme.label, description: theme.description }))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册