Skip to content

Commit

Permalink
feat: Add support for "explorer-view-icon"
Browse files Browse the repository at this point in the history
  • Loading branch information
yttriumz committed Oct 31, 2022
1 parent 25ce90e commit 9e49603
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion scripts/ids.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export type IDS =
// built-in product icon identifier
| 'explorer-view-icon'
| 'extension-activation-time'
// codicon
| 'account'
| 'activate-breakpoints'
| 'add'
Expand Down Expand Up @@ -130,7 +134,6 @@ export type IDS =
| 'exclude'
| 'expand-all'
| 'export'
| 'extension-activation-time'
| 'extensions'
| 'eye'
| 'eye-closed'
Expand Down
9 changes: 8 additions & 1 deletion scripts/sets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ export const sets: IconSet[] = [
name: 'icons-carbon-tweaked',
display: 'Carbon',
icons: {
// ================================
// built-in product icon identifier
// ================================
'codicon:explorer-view-icon': 'carbon:folder-details',
'codicon:extension-activation-time': 'carbon:time',
// ================================
// codicon
// ================================
// 'codicon:account': 'carbon:',
// 'codicon:activate-breakpoints': 'carbon:',
// 'codicon:add': 'carbon:',
Expand Down Expand Up @@ -142,7 +150,6 @@ export const sets: IconSet[] = [
// 'codicon:exclude': 'carbon:',
// 'codicon:expand-all': 'carbon:',
'codicon:export': 'carbon:export',
'codicon:extension-activation-time': 'carbon:time',
'codicon:extensions': 'bi:puzzle',
// 'codicon:eye': 'carbon:',
// 'codicon:eye-closed': 'carbon:',
Expand Down

0 comments on commit 9e49603

Please sign in to comment.