Skip to content

Commit

Permalink
product icon themes not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Apr 1, 2020
1 parent e70583e commit 20b88fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export class ThemeRegistry<T extends IThemeData> {
for (let ext of extensions) {
if (this.isProposedApi) {
checkProposedApiEnabled(ext.description);
return;
}
let extensionData: ExtensionData = {
extensionId: ext.description.identifier.value,
Expand Down

0 comments on commit 20b88fa

Please sign in to comment.