@vscode/codicons 0.0.46-17 → 0.0.46-19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/codicon.css +7 -1
- package/dist/codicon.csv +6 -0
- package/dist/codicon.html +171 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +6 -0
- package/dist/metadata.json +74 -0
- package/package.json +1 -1
- package/src/icons/claude.svg +1 -1
- package/src/icons/copilot-blocked.svg +1 -1
- package/src/icons/copilot-error.svg +1 -1
- package/src/icons/copilot-in-progress.svg +1 -1
- package/src/icons/copilot-not-connected.svg +1 -1
- package/src/icons/copilot-snooze.svg +1 -1
- package/src/icons/copilot-success.svg +1 -1
- package/src/icons/copilot-unavailable.svg +1 -1
- package/src/icons/copilot-warning.svg +1 -1
- package/src/icons/copilot.svg +1 -1
- package/src/icons/git-pull-request-comment.svg +1 -0
- package/src/icons/git-pull-request-error.svg +1 -0
- package/src/icons/openai.svg +1 -1
- package/src/icons/right-panel-hide.svg +1 -0
- package/src/icons/right-panel-show.svg +1 -0
- package/src/icons/vscode-insiders-outline.svg +1 -0
- package/src/icons/vscode-outline.svg +1 -0
- package/src/template/mapping.json +18 -0
- package/src/template/metadata.json +74 -0
|
@@ -1917,5 +1917,23 @@
|
|
|
1917
1917
|
],
|
|
1918
1918
|
"60612": [
|
|
1919
1919
|
"run-compact"
|
|
1920
|
+
],
|
|
1921
|
+
"60613": [
|
|
1922
|
+
"git-pull-request-comment"
|
|
1923
|
+
],
|
|
1924
|
+
"60614": [
|
|
1925
|
+
"git-pull-request-error"
|
|
1926
|
+
],
|
|
1927
|
+
"60615": [
|
|
1928
|
+
"right-panel-hide"
|
|
1929
|
+
],
|
|
1930
|
+
"60616": [
|
|
1931
|
+
"right-panel-show"
|
|
1932
|
+
],
|
|
1933
|
+
"60617": [
|
|
1934
|
+
"vscode-insiders-outline"
|
|
1935
|
+
],
|
|
1936
|
+
"60618": [
|
|
1937
|
+
"vscode-outline"
|
|
1920
1938
|
]
|
|
1921
1939
|
}
|
|
@@ -2915,6 +2915,18 @@
|
|
|
2915
2915
|
"category": "git",
|
|
2916
2916
|
"description": "Closed pull request"
|
|
2917
2917
|
},
|
|
2918
|
+
"git-pull-request-comment": {
|
|
2919
|
+
"tags": [
|
|
2920
|
+
"pr",
|
|
2921
|
+
"review",
|
|
2922
|
+
"feedback",
|
|
2923
|
+
"discussion",
|
|
2924
|
+
"note",
|
|
2925
|
+
"git"
|
|
2926
|
+
],
|
|
2927
|
+
"category": "git",
|
|
2928
|
+
"description": "Pull request comment"
|
|
2929
|
+
},
|
|
2918
2930
|
"git-pull-request-create": {
|
|
2919
2931
|
"tags": [
|
|
2920
2932
|
"pr",
|
|
@@ -2951,6 +2963,18 @@
|
|
|
2951
2963
|
"category": "git",
|
|
2952
2964
|
"description": "Draft pull request"
|
|
2953
2965
|
},
|
|
2966
|
+
"git-pull-request-error": {
|
|
2967
|
+
"tags": [
|
|
2968
|
+
"pr",
|
|
2969
|
+
"fail",
|
|
2970
|
+
"problem",
|
|
2971
|
+
"warning",
|
|
2972
|
+
"conflict",
|
|
2973
|
+
"git"
|
|
2974
|
+
],
|
|
2975
|
+
"category": "git",
|
|
2976
|
+
"description": "Pull request error"
|
|
2977
|
+
},
|
|
2954
2978
|
"git-pull-request-go-to-changes": {
|
|
2955
2979
|
"tags": [
|
|
2956
2980
|
"pr",
|
|
@@ -5070,6 +5094,32 @@
|
|
|
5070
5094
|
"category": "git",
|
|
5071
5095
|
"description": "Request changes"
|
|
5072
5096
|
},
|
|
5097
|
+
"right-panel-hide": {
|
|
5098
|
+
"tags": [
|
|
5099
|
+
"layout",
|
|
5100
|
+
"panel",
|
|
5101
|
+
"sidebar",
|
|
5102
|
+
"collapse",
|
|
5103
|
+
"hide",
|
|
5104
|
+
"right",
|
|
5105
|
+
"close"
|
|
5106
|
+
],
|
|
5107
|
+
"category": "layout",
|
|
5108
|
+
"description": "Hide the right side panel"
|
|
5109
|
+
},
|
|
5110
|
+
"right-panel-show": {
|
|
5111
|
+
"tags": [
|
|
5112
|
+
"layout",
|
|
5113
|
+
"panel",
|
|
5114
|
+
"sidebar",
|
|
5115
|
+
"expand",
|
|
5116
|
+
"show",
|
|
5117
|
+
"right",
|
|
5118
|
+
"open"
|
|
5119
|
+
],
|
|
5120
|
+
"category": "layout",
|
|
5121
|
+
"description": "Show the right side panel"
|
|
5122
|
+
},
|
|
5073
5123
|
"robot": {
|
|
5074
5124
|
"tags": [
|
|
5075
5125
|
"ai",
|
|
@@ -6621,6 +6671,30 @@
|
|
|
6621
6671
|
"category": "brand",
|
|
6622
6672
|
"description": "VS Code Insiders logo"
|
|
6623
6673
|
},
|
|
6674
|
+
"vscode-insiders-outline": {
|
|
6675
|
+
"tags": [
|
|
6676
|
+
"editor",
|
|
6677
|
+
"logo",
|
|
6678
|
+
"brand",
|
|
6679
|
+
"outline",
|
|
6680
|
+
"beta",
|
|
6681
|
+
"insiders"
|
|
6682
|
+
],
|
|
6683
|
+
"category": "brand",
|
|
6684
|
+
"description": "VS Code Insiders logo outline"
|
|
6685
|
+
},
|
|
6686
|
+
"vscode-outline": {
|
|
6687
|
+
"tags": [
|
|
6688
|
+
"editor",
|
|
6689
|
+
"logo",
|
|
6690
|
+
"brand",
|
|
6691
|
+
"outline",
|
|
6692
|
+
"stable",
|
|
6693
|
+
"vscode"
|
|
6694
|
+
],
|
|
6695
|
+
"category": "brand",
|
|
6696
|
+
"description": "VS Code logo outline"
|
|
6697
|
+
},
|
|
6624
6698
|
"wand": {
|
|
6625
6699
|
"tags": [
|
|
6626
6700
|
"magic",
|