Skip to content

Commit

Permalink
Add git-pull-request-* mappings and build
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Aug 2, 2023
1 parent 5064e40 commit 88322dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.codicon-record-keys:before { content: "\ea65" }
.codicon-keyboard:before { content: "\ea65" }
.codicon-tag:before { content: "\ea66" }
.codicon-git-pull-request-label:before { content: "\ea66" }
.codicon-tag-add:before { content: "\ea66" }
.codicon-tag-remove:before { content: "\ea66" }
.codicon-person:before { content: "\ea67" }
Expand Down Expand Up @@ -327,6 +328,7 @@
.codicon-megaphone:before { content: "\eb1e" }
.codicon-mention:before { content: "\eb1f" }
.codicon-milestone:before { content: "\eb20" }
.codicon-git-pull-request-milestone:before { content: "\eb20" }
.codicon-mortar-board:before { content: "\eb21" }
.codicon-move:before { content: "\eb22" }
.codicon-multiple-windows:before { content: "\eb23" }
Expand Down Expand Up @@ -456,6 +458,7 @@
.codicon-group-by-ref-type:before { content: "\eb97" }
.codicon-ungroup-by-ref-type:before { content: "\eb98" }
.codicon-account:before { content: "\eb99" }
.codicon-git-pull-request-assignee:before { content: "\eb99" }
.codicon-bell-dot:before { content: "\eb9a" }
.codicon-debug-console:before { content: "\eb9b" }
.codicon-library:before { content: "\eb9c" }
Expand Down
2 changes: 1 addition & 1 deletion dist/codicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions src/icons/feedback.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"record-keys": 60005,
"keyboard": 60005,
"tag": 60006,
"git-pull-request-label": 60006,
"tag-add": 60006,
"tag-remove": 60006,
"person": 60007,
Expand Down Expand Up @@ -269,6 +270,7 @@
"megaphone": 60190,
"mention": 60191,
"milestone": 60192,
"git-pull-request-milestone": 60192,
"mortar-board": 60193,
"move": 60194,
"multiple-windows": 60195,
Expand Down Expand Up @@ -398,6 +400,7 @@
"group-by-ref-type": 60311,
"ungroup-by-ref-type": 60312,
"account": 60313,
"git-pull-request-assignee": 60313,
"bell-dot": 60314,
"debug-console": 60315,
"library": 60316,
Expand Down

0 comments on commit 88322dd

Please sign in to comment.