Skip to content

Commit

Permalink
feat: git-branch, debug-disconnect, remote icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nei1ee committed Nov 20, 2023
1 parent 4d505ca commit 1bd4109
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 4 additions & 2 deletions scripts/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export type IDS =
| 'gear'
| 'gift'
| 'gist-secret'
| 'git-branch'
| 'git-commit'
| 'git-compare'
| 'git-merge'
Expand Down Expand Up @@ -560,7 +561,7 @@ export const set: IconSet = {
'codicon:debug-continue': 'tabler:debug-continue',
'codicon:debug-continue-small': 'tabler:debug-continue-small',
'codicon:debug-coverage': 'tabler:debug-coverage',
'codicon:debug-disconnect': 'tabler:debug-disconnect',
'codicon:debug-disconnect': 'tabler:plug-connected',
'codicon:debug-line-by-line': 'tabler:debug-line-by-line',
'codicon:debug-pause': 'tabler:debug-pause',
'codicon:debug-rerun': 'tabler:debug-rerun',
Expand Down Expand Up @@ -624,6 +625,7 @@ export const set: IconSet = {
'codicon:gear': 'tabler:settings',
'codicon:gift': 'tabler:gift',
'codicon:gist-secret': 'tabler:gist-secret',
'codicon:git-branch': 'tabler:git-branch',
'codicon:git-commit': 'tabler:git-commit',
'codicon:git-compare': 'tabler:git-compare',
'codicon:git-merge': 'tabler:git-merge',
Expand Down Expand Up @@ -763,7 +765,7 @@ export const set: IconSet = {
'codicon:references': 'tabler:references',
'codicon:refresh': 'tabler:refresh',
'codicon:regex': 'tabler:regex',
'codicon:remote': 'tabler:remote',
'codicon:remote': 'tabler:cloud-code',
'codicon:remote-explorer': 'tabler:device-desktop-code',
'codicon:remove': 'tabler:minus',
'codicon:replace': 'tabler:replace',
Expand Down
2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "zguolee",
"name": "tabler-icons",
"displayName": "Tabler Product Icons",
"version": "0.2.2",
"version": "0.3.1",
"description": "Tabler Product Icons for VS Code",
"icon": "icon.png",
"categories": [
Expand Down
11 changes: 10 additions & 1 deletion theme/tabler-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@
"debug-alt": {
"fontCharacter": "\\ea48"
},
"debug-disconnect": {
"fontCharacter": "\\f00a"
},
"desktop-download": {
"fontCharacter": "\\f864"
},
Expand Down Expand Up @@ -287,7 +290,7 @@
"fontCharacter": "\\ed4e"
},
"files": {
"fontCharacter": "\\eaad"
"fontCharacter": "\\edef"
},
"filter": {
"fontCharacter": "\\eaa5"
Expand Down Expand Up @@ -325,6 +328,9 @@
"gift": {
"fontCharacter": "\\eb68"
},
"git-branch": {
"fontCharacter": "\\eab2"
},
"git-commit": {
"fontCharacter": "\\eab3"
},
Expand Down Expand Up @@ -634,6 +640,9 @@
"regex": {
"fontCharacter": "\\f31f"
},
"remote": {
"fontCharacter": "\\f84e"
},
"remote-explorer": {
"fontCharacter": "\\f861"
},
Expand Down

0 comments on commit 1bd4109

Please sign in to comment.