@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
package/dist/codicon.css
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "codicon";
|
|
8
8
|
font-display: block;
|
|
9
|
-
src: url("./codicon.ttf?
|
|
9
|
+
src: url("./codicon.ttf?572407de9a2311dca8c7faae4224e4e8") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -768,3 +768,9 @@
|
|
|
768
768
|
.codicon-settings-compact:before { content: "\ecc2" }
|
|
769
769
|
.codicon-vm-compact:before { content: "\ecc3" }
|
|
770
770
|
.codicon-run-compact:before { content: "\ecc4" }
|
|
771
|
+
.codicon-git-pull-request-comment:before { content: "\ecc5" }
|
|
772
|
+
.codicon-git-pull-request-error:before { content: "\ecc6" }
|
|
773
|
+
.codicon-right-panel-hide:before { content: "\ecc7" }
|
|
774
|
+
.codicon-right-panel-show:before { content: "\ecc8" }
|
|
775
|
+
.codicon-vscode-insiders-outline:before { content: "\ecc9" }
|
|
776
|
+
.codicon-vscode-outline:before { content: "\ecca" }
|
package/dist/codicon.csv
CHANGED
|
@@ -18,7 +18,9 @@ warning,,EA6C
|
|
|
18
18
|
warning-compact,,EC99
|
|
19
19
|
wand,,EBCF
|
|
20
20
|
vscode,,EC29
|
|
21
|
+
vscode-outline,,ECCA
|
|
21
22
|
vscode-insiders,,EC2A
|
|
23
|
+
vscode-insiders-outline,,ECC9
|
|
22
24
|
vr,,EC18
|
|
23
25
|
vm,,EA7A
|
|
24
26
|
vm-small,,EC79
|
|
@@ -161,6 +163,8 @@ root-folder-opened,,EB45
|
|
|
161
163
|
rocket,,EB44
|
|
162
164
|
rocket-compact,,EC9D
|
|
163
165
|
robot,,EC20
|
|
166
|
+
right-panel-show,,ECC8
|
|
167
|
+
right-panel-hide,,ECC7
|
|
164
168
|
request-changes,,EB43
|
|
165
169
|
report,,EB42
|
|
166
170
|
repo,,EA62
|
|
@@ -348,9 +352,11 @@ git-stash-apply,,EC27
|
|
|
348
352
|
git-pull-request,,EA64
|
|
349
353
|
git-pull-request-new-changes,,EC0C
|
|
350
354
|
git-pull-request-go-to-changes,,EC0B
|
|
355
|
+
git-pull-request-error,,ECC6
|
|
351
356
|
git-pull-request-draft,,EBDB
|
|
352
357
|
git-pull-request-done,,EC46
|
|
353
358
|
git-pull-request-create,,EBBC
|
|
359
|
+
git-pull-request-comment,,ECC5
|
|
354
360
|
git-pull-request-closed,,EBDA
|
|
355
361
|
git-merge,,EAFE
|
|
356
362
|
git-fetch,,ECB2
|