diff --git a/dist/codicon.css b/dist/codicon.css index 99d2945a..b61d0932 100644 --- a/dist/codicon.css +++ b/dist/codicon.css @@ -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" } @@ -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" } @@ -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" } diff --git a/dist/codicon.svg b/dist/codicon.svg index 97c4c7f3..323748e9 100644 --- a/dist/codicon.svg +++ b/dist/codicon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/feedback.svg b/src/icons/feedback.svg index 0aba9764..06ae05e3 100644 --- a/src/icons/feedback.svg +++ b/src/icons/feedback.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index a0d329c7..d2a04ccc 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -14,6 +14,7 @@ "record-keys": 60005, "keyboard": 60005, "tag": 60006, + "git-pull-request-label": 60006, "tag-add": 60006, "tag-remove": 60006, "person": 60007, @@ -269,6 +270,7 @@ "megaphone": 60190, "mention": 60191, "milestone": 60192, + "git-pull-request-milestone": 60192, "mortar-board": 60193, "move": 60194, "multiple-windows": 60195, @@ -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,