Skip to content

Commit

Permalink
feat: collapse-close-all icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zguolee committed Jan 13, 2024
1 parent c708a02 commit 7a97b35
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.21.9",
"@tabler/icons": "^2.40.0",
"@tabler/icons-webfont": "^2.40.0",
"@tabler/icons": "^2.46.0",
"@tabler/icons-webfont": "^2.46.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.9.0",
"@vscode/vsce": "^2.22.0",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion scripts/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export type IDS =
| 'cloud'
| 'code'
| 'collapse-all'
| 'collapse-close-all'
| 'color-mode'
| 'combine'
| 'comment-discussion'
Expand Down Expand Up @@ -530,7 +531,8 @@ export const set: IconSet = {
'codicon:code': 'tabler:code',
'codicon:comment': 'tabler:message',
'codicon:compare-changes': 'tabler:exchange',
// 'codicon:collapse-all': 'tabler:collapse-all',
'codicon:collapse-all': 'tabler:library-minus',
// 'codicon:collapse-close-all': 'tabler:library-close',
'codicon:color-mode': 'tabler:contrast',
// 'codicon:combine': 'tabler:combine',
'codicon:comment-discussion': 'tabler:messages',
Expand Down

0 comments on commit 7a97b35

Please sign in to comment.