Skip to content

Commit

Permalink
feat: add support for "extension-activation-time"
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecton4 committed Oct 16, 2022
1 parent be9d1d8 commit 5f75227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export type IDS =
| 'exclude'
| 'expand-all'
| 'export'
| 'extension-activation-time'
| 'extensions'
| 'eye'
| 'eye-closed'
Expand Down
1 change: 1 addition & 0 deletions scripts/sets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ 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 5f75227

Please sign in to comment.