@vscode/codicons 0.0.42 → 0.0.44
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/.fantasticonrc.js +12 -1
- package/.github/workflows/build.yml +17 -14
- package/dist/codicon.css +11 -3
- package/dist/codicon.csv +14 -3
- package/dist/codicon.html +72 -8
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +10 -2
- package/package.json +1 -1
- package/scripts/export-to-ts.js +9 -2
- package/scripts/svg-sprite.js +34 -6
- package/src/icons/add.svg +1 -1
- package/src/icons/agent.svg +1 -1
- package/src/icons/arrow-both.svg +1 -1
- package/src/icons/arrow-swap.svg +1 -1
- package/src/icons/beaker-stop.svg +1 -1
- package/src/icons/beaker.svg +1 -1
- package/src/icons/bell-dot.svg +1 -1
- package/src/icons/bell-slash-dot.svg +1 -1
- package/src/icons/bell-slash.svg +1 -1
- package/src/icons/bell.svg +1 -1
- package/src/icons/bracket-dot.svg +1 -1
- package/src/icons/bracket-error.svg +1 -1
- package/src/icons/briefcase.svg +1 -1
- package/src/icons/browser.svg +1 -1
- package/src/icons/build.svg +1 -1
- package/src/icons/calendar.svg +1 -1
- package/src/icons/chat-sparkle-error.svg +1 -1
- package/src/icons/circuit-board.svg +1 -1
- package/src/icons/clear-all.svg +1 -1
- package/src/icons/clockface.svg +1 -0
- package/src/icons/cloud-download.svg +1 -1
- package/src/icons/cloud-small.svg +1 -0
- package/src/icons/cloud-upload.svg +1 -1
- package/src/icons/code-oss.svg +1 -1
- package/src/icons/collection-small.svg +1 -0
- package/src/icons/color-mode.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-success.svg +1 -1
- package/src/icons/copilot-warning.svg +1 -1
- package/src/icons/debug-connected.svg +1 -1
- package/src/icons/debug-continue.svg +1 -1
- package/src/icons/debug-pause.svg +1 -1
- package/src/icons/debug-restart.svg +1 -1
- package/src/icons/debug-reverse-continue.svg +1 -1
- package/src/icons/debug-start.svg +1 -1
- package/src/icons/debug-step-back.svg +1 -1
- package/src/icons/debug-step-into.svg +1 -1
- package/src/icons/debug-step-out.svg +1 -1
- package/src/icons/debug-step-over.svg +1 -1
- package/src/icons/debug-stop.svg +1 -1
- package/src/icons/desktop-download.svg +1 -1
- package/src/icons/diff-ignored.svg +1 -1
- package/src/icons/diff-multiple.svg +1 -1
- package/src/icons/download.svg +1 -0
- package/src/icons/edit-code.svg +1 -1
- package/src/icons/empty-window.svg +1 -1
- package/src/icons/eraser.svg +1 -1
- package/src/icons/error.svg +1 -1
- package/src/icons/exclude.svg +1 -1
- package/src/icons/extensions-large.svg +1 -1
- package/src/icons/extensions.svg +1 -1
- package/src/icons/file-pdf.svg +1 -1
- package/src/icons/files.svg +1 -1
- package/src/icons/filter-filled.svg +1 -1
- package/src/icons/filter.svg +1 -1
- package/src/icons/folder-active.svg +1 -1
- package/src/icons/forward.svg +1 -0
- package/src/icons/game.svg +1 -1
- package/src/icons/gear.svg +1 -1
- package/src/icons/gift.svg +1 -1
- package/src/icons/git-branch-changes.svg +1 -1
- package/src/icons/git-branch-conflicts.svg +1 -1
- package/src/icons/git-branch-staged-changes.svg +1 -1
- package/src/icons/git-fetch.svg +1 -1
- package/src/icons/git-pull-request-create.svg +1 -1
- package/src/icons/git-pull-request-done.svg +1 -1
- package/src/icons/git-stash-apply.svg +1 -1
- package/src/icons/git-stash-pop.svg +1 -1
- package/src/icons/git-stash.svg +1 -1
- package/src/icons/globe.svg +1 -1
- package/src/icons/group-by-ref-type.svg +1 -1
- package/src/icons/heart-filled.svg +1 -1
- package/src/icons/heart.svg +1 -1
- package/src/icons/inbox.svg +1 -1
- package/src/icons/info.svg +1 -1
- package/src/icons/inspect.svg +1 -1
- package/src/icons/key.svg +1 -1
- package/src/icons/keyboard-tab-above.svg +1 -1
- package/src/icons/keyboard-tab-below.svg +1 -1
- package/src/icons/keyboard-tab.svg +1 -1
- package/src/icons/layout-activitybar-left.svg +1 -1
- package/src/icons/layout-activitybar-right.svg +1 -1
- package/src/icons/layout-centered.svg +1 -1
- package/src/icons/layout-menubar.svg +1 -1
- package/src/icons/layout-panel-center.svg +1 -1
- package/src/icons/layout-panel-dock.svg +1 -1
- package/src/icons/layout-panel-justify.svg +1 -1
- package/src/icons/layout-panel-left.svg +1 -1
- package/src/icons/layout-panel-off.svg +1 -1
- package/src/icons/layout-panel-right.svg +1 -1
- package/src/icons/layout-panel.svg +1 -1
- package/src/icons/layout-sidebar-left-dock.svg +1 -1
- package/src/icons/layout-sidebar-left-off.svg +1 -1
- package/src/icons/layout-sidebar-left.svg +1 -1
- package/src/icons/layout-sidebar-right-dock.svg +1 -1
- package/src/icons/layout-sidebar-right-off.svg +1 -1
- package/src/icons/layout-sidebar-right.svg +1 -1
- package/src/icons/layout-statusbar.svg +1 -1
- package/src/icons/layout.svg +1 -1
- package/src/icons/lightbulb-autofix.svg +1 -1
- package/src/icons/lightbulb-empty.svg +1 -1
- package/src/icons/lightbulb-sparkle.svg +1 -1
- package/src/icons/lightbulb.svg +1 -1
- package/src/icons/link-external.svg +1 -1
- package/src/icons/lock-small.svg +1 -1
- package/src/icons/lock.svg +1 -1
- package/src/icons/mail-read.svg +1 -1
- package/src/icons/mail.svg +1 -1
- package/src/icons/new-collection.svg +1 -1
- package/src/icons/new-file.svg +1 -1
- package/src/icons/new-folder.svg +1 -1
- package/src/icons/open-in-product.svg +1 -1
- package/src/icons/pass-filled.svg +1 -1
- package/src/icons/pass.svg +1 -1
- package/src/icons/person-add.svg +1 -1
- package/src/icons/piano.svg +1 -1
- package/src/icons/pin.svg +1 -1
- package/src/icons/play-circle.svg +1 -1
- package/src/icons/plug.svg +1 -1
- package/src/icons/preview.svg +1 -1
- package/src/icons/project.svg +1 -1
- package/src/icons/python.svg +1 -1
- package/src/icons/question.svg +1 -1
- package/src/icons/quote.svg +1 -1
- package/src/icons/remote.svg +1 -1
- package/src/icons/remove.svg +1 -1
- package/src/icons/robot.svg +1 -1
- package/src/icons/rss.svg +1 -1
- package/src/icons/run-all-coverage.svg +1 -1
- package/src/icons/run-coverage.svg +1 -1
- package/src/icons/run-errors.svg +1 -1
- package/src/icons/save-all.svg +1 -1
- package/src/icons/save-as.svg +1 -1
- package/src/icons/save.svg +1 -1
- package/src/icons/server-process.svg +1 -1
- package/src/icons/session-in-progress.svg +1 -0
- package/src/icons/share.svg +1 -1
- package/src/icons/star-empty.svg +1 -1
- package/src/icons/star-full.svg +1 -1
- package/src/icons/star-half.svg +1 -1
- package/src/icons/strikethrough.svg +1 -1
- package/src/icons/symbol-color.svg +1 -1
- package/src/icons/symbol-enum-member.svg +1 -1
- package/src/icons/symbol-key.svg +1 -1
- package/src/icons/symbol-method-arrow.svg +1 -1
- package/src/icons/symbol-string.svg +1 -1
- package/src/icons/symbol-structure.svg +1 -1
- package/src/icons/table.svg +1 -1
- package/src/icons/target.svg +1 -1
- package/src/icons/terminal-cmd.svg +1 -1
- package/src/icons/terminal-powershell.svg +1 -1
- package/src/icons/terminal-tmux.svg +1 -1
- package/src/icons/tools.svg +1 -1
- package/src/icons/twitter.svg +1 -1
- package/src/icons/unarchive.svg +1 -0
- package/src/icons/unfold.svg +1 -1
- package/src/icons/unlock.svg +1 -1
- package/src/icons/variable-group.svg +1 -1
- package/src/icons/versions.svg +1 -1
- package/src/icons/vm-active.svg +1 -1
- package/src/icons/vm-connect.svg +1 -1
- package/src/icons/vm-outline.svg +1 -1
- package/src/icons/vm-pending.svg +1 -1
- package/src/icons/vm-running.svg +1 -1
- package/src/icons/vm-small.svg +1 -0
- package/src/icons/vm.svg +1 -1
- package/src/icons/vr.svg +1 -1
- package/src/icons/warning.svg +1 -1
- package/src/icons/window-active.svg +1 -0
- package/src/icons/window.svg +1 -1
- package/src/icons/workspace-trusted.svg +1 -1
- package/src/icons/workspace-unknown.svg +1 -1
- package/src/icons/workspace-untrusted.svg +1 -1
- package/src/template/mapping.json +1698 -630
- package/src/icons/git-lens.svg +0 -1
package/.fantasticonrc.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
var pkg = require('./package.json');
|
|
3
3
|
var path = require('path');
|
|
4
|
-
var
|
|
4
|
+
var mapping = require('./src/template/mapping.json');
|
|
5
5
|
|
|
6
6
|
// Ensure paths are platform-agnostic for Windows CI
|
|
7
7
|
var inputDir = path.resolve(__dirname, 'src', 'icons');
|
|
@@ -9,6 +9,17 @@ var outputDir = path.resolve(__dirname, 'dist');
|
|
|
9
9
|
var templateHtml = path.resolve(__dirname, 'src', 'template', 'preview.hbs');
|
|
10
10
|
var templateCss = path.resolve(__dirname, 'src', 'template', 'styles.hbs');
|
|
11
11
|
|
|
12
|
+
// Convert new mapping format back to alias -> code format for fantasticon
|
|
13
|
+
// New format: { "code": ["alias1", "alias2", ...] }
|
|
14
|
+
// Fantasticon expects: { "alias1": code, "alias2": code, ... }
|
|
15
|
+
var codepoints = {};
|
|
16
|
+
Object.entries(mapping).forEach(function([code, aliases]) {
|
|
17
|
+
var codeNum = parseInt(code);
|
|
18
|
+
aliases.forEach(function(alias) {
|
|
19
|
+
codepoints[alias] = codeNum;
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
|
|
12
23
|
module.exports = {
|
|
13
24
|
name: 'codicon',
|
|
14
25
|
prefix: 'codicon',
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
name: codicon-font-${{ github.sha }}.ttf
|
|
32
32
|
path: dist/codicon.ttf
|
|
33
33
|
|
|
34
|
-
- name: PR to microsoft/vscode
|
|
34
|
+
- name: PR to microsoft/vscode
|
|
35
35
|
env:
|
|
36
36
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
37
37
|
run: |
|
|
@@ -42,23 +42,26 @@ jobs:
|
|
|
42
42
|
cd vscode
|
|
43
43
|
git checkout -b $BRANCH
|
|
44
44
|
|
|
45
|
-
cp ../dist/codicon.ttf src/vs/base/browser/ui/codicons/codicon/
|
|
46
|
-
cp ../dist/codiconsLibrary.ts src/vs/base/common/
|
|
45
|
+
cp -f ../dist/codicon.ttf src/vs/base/browser/ui/codicons/codicon/
|
|
46
|
+
cp -f ../dist/codiconsLibrary.ts src/vs/base/common/
|
|
47
47
|
git add .
|
|
48
48
|
|
|
49
49
|
git config user.name "${{ github.actor }}"
|
|
50
50
|
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
|
51
|
-
git commit -m "$MESSAGE"
|
|
52
51
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
if git diff-index --quiet HEAD --; then
|
|
53
|
+
echo "No changes to commit"
|
|
54
|
+
exit 0
|
|
55
|
+
fi
|
|
56
|
+
|
|
57
|
+
git commit -m "$MESSAGE"
|
|
58
|
+
git push -f https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/microsoft/vscode.git $BRANCH
|
|
56
59
|
|
|
57
|
-
|
|
58
|
-
|
|
60
|
+
echo "${{ secrets.GITHUB_TOKEN }}" > token.txt
|
|
61
|
+
gh auth login --with-token < token.txt
|
|
59
62
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
gh pr create \
|
|
64
|
+
--title "[Codicon bump] $MESSAGE" \
|
|
65
|
+
--body "This PR was created automatically from [vscode-codicons](https://github.com/microsoft/vscode-codicons)" \
|
|
66
|
+
--base "main" \
|
|
67
|
+
--head "$BRANCH"
|
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?c7330ef9199d97dc5b8aae3449a5dc27") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -308,6 +308,7 @@
|
|
|
308
308
|
.codicon-italic:before { content: "\eb0d" }
|
|
309
309
|
.codicon-jersey:before { content: "\eb0e" }
|
|
310
310
|
.codicon-json:before { content: "\eb0f" }
|
|
311
|
+
.codicon-bracket:before { content: "\eb0f" }
|
|
311
312
|
.codicon-kebab-vertical:before { content: "\eb10" }
|
|
312
313
|
.codicon-key:before { content: "\eb11" }
|
|
313
314
|
.codicon-law:before { content: "\eb12" }
|
|
@@ -534,7 +535,6 @@
|
|
|
534
535
|
.codicon-graph-line:before { content: "\ebe2" }
|
|
535
536
|
.codicon-graph-scatter:before { content: "\ebe3" }
|
|
536
537
|
.codicon-pie-chart:before { content: "\ebe4" }
|
|
537
|
-
.codicon-bracket:before { content: "\eb0f" }
|
|
538
538
|
.codicon-bracket-dot:before { content: "\ebe5" }
|
|
539
539
|
.codicon-bracket-error:before { content: "\ebe6" }
|
|
540
540
|
.codicon-lock-small:before { content: "\ebe7" }
|
|
@@ -665,7 +665,6 @@
|
|
|
665
665
|
.codicon-cursor:before { content: "\ec5c" }
|
|
666
666
|
.codicon-eraser:before { content: "\ec5d" }
|
|
667
667
|
.codicon-file-text:before { content: "\ec5e" }
|
|
668
|
-
.codicon-git-lens:before { content: "\ec5f" }
|
|
669
668
|
.codicon-quotes:before { content: "\ec60" }
|
|
670
669
|
.codicon-rename:before { content: "\ec61" }
|
|
671
670
|
.codicon-run-with-deps:before { content: "\ec62" }
|
|
@@ -686,5 +685,14 @@
|
|
|
686
685
|
.codicon-git-branch-delete:before { content: "\ec6f" }
|
|
687
686
|
.codicon-search-large:before { content: "\ec70" }
|
|
688
687
|
.codicon-terminal-git-bash:before { content: "\ec71" }
|
|
688
|
+
.codicon-window-active:before { content: "\ec72" }
|
|
689
|
+
.codicon-forward:before { content: "\ec73" }
|
|
690
|
+
.codicon-download:before { content: "\ec74" }
|
|
691
|
+
.codicon-clockface:before { content: "\ec75" }
|
|
692
|
+
.codicon-unarchive:before { content: "\ec76" }
|
|
693
|
+
.codicon-session-in-progress:before { content: "\ec77" }
|
|
694
|
+
.codicon-collection-small:before { content: "\ec78" }
|
|
695
|
+
.codicon-vm-small:before { content: "\ec79" }
|
|
696
|
+
.codicon-cloud-small:before { content: "\ec7a" }
|
|
689
697
|
.codicon-git-fetch:before { content: "\f101" }
|
|
690
698
|
.codicon-vm-pending:before { content: "\f102" }
|
package/dist/codicon.csv
CHANGED
|
@@ -67,9 +67,11 @@ circle,,EABC
|
|
|
67
67
|
circuit-board,,EABE
|
|
68
68
|
clear-all,,EABF
|
|
69
69
|
clippy,,EAC0
|
|
70
|
+
clockface,,EC75
|
|
70
71
|
close-all,,EAC1
|
|
71
72
|
close,,EA76
|
|
72
73
|
cloud-download,,EAC2
|
|
74
|
+
cloud-small,,EC7A
|
|
73
75
|
cloud-upload,,EAC3
|
|
74
76
|
cloud,,EBAA
|
|
75
77
|
code-oss,,EC2B
|
|
@@ -77,6 +79,7 @@ code-review,,EC37
|
|
|
77
79
|
code,,EAC4
|
|
78
80
|
coffee,,EC15
|
|
79
81
|
collapse-all,,EAC5
|
|
82
|
+
collection-small,,EC78
|
|
80
83
|
collection,,EC57
|
|
81
84
|
color-mode,,EAC6
|
|
82
85
|
combine,,EBB6
|
|
@@ -121,7 +124,8 @@ debug-breakpoint-log,,EAAB
|
|
|
121
124
|
debug-breakpoint-unsupported,,EB8C
|
|
122
125
|
debug-connected,,EC63
|
|
123
126
|
debug-console,,EB9B
|
|
124
|
-
debug-continue-small
|
|
127
|
+
debug-continue-small,,EBE0
|
|
128
|
+
debug-continue,,EACF
|
|
125
129
|
debug-coverage,,EBDD
|
|
126
130
|
debug-disconnect,,EAD0
|
|
127
131
|
debug-line-by-line,,EBD0
|
|
@@ -152,6 +156,7 @@ diff-renamed,,EAE0
|
|
|
152
156
|
diff-single,,EB43
|
|
153
157
|
diff,,EAE1
|
|
154
158
|
discard,,EAE2
|
|
159
|
+
download,,EC74
|
|
155
160
|
edit-code,,EC68
|
|
156
161
|
edit-session,,EC36
|
|
157
162
|
edit-sparkle,,EC51
|
|
@@ -192,6 +197,7 @@ folder-active,,EAF6
|
|
|
192
197
|
folder-library,,EBDF
|
|
193
198
|
folder-opened,,EAF7
|
|
194
199
|
folder,,EA83
|
|
200
|
+
forward,,EC73
|
|
195
201
|
game,,EC17
|
|
196
202
|
gear,,EAF8
|
|
197
203
|
gift,,EAF9
|
|
@@ -204,7 +210,6 @@ git-branch,,EA68
|
|
|
204
210
|
git-commit,,EAFC
|
|
205
211
|
git-compare,,EAFD
|
|
206
212
|
git-fetch,,F101
|
|
207
|
-
git-lens,,EC5F
|
|
208
213
|
git-merge,,EAFE
|
|
209
214
|
git-pull-request-closed,,EBDA
|
|
210
215
|
git-pull-request-create,,EBBC
|
|
@@ -285,6 +290,7 @@ lightbulb-sparkle,,EC1F
|
|
|
285
290
|
lightbulb,,EA61
|
|
286
291
|
link-external,,EB14
|
|
287
292
|
link,,EB15
|
|
293
|
+
list-filter,,EB83
|
|
288
294
|
list-flat,,EB84
|
|
289
295
|
list-ordered,,EB16
|
|
290
296
|
list-selection,,EB85
|
|
@@ -344,10 +350,12 @@ pin,,EB2B
|
|
|
344
350
|
pinned-dirty,,EBB2
|
|
345
351
|
pinned,,EBA0
|
|
346
352
|
play-circle,,EBA6
|
|
353
|
+
play,,EB2C
|
|
347
354
|
plug,,EB2D
|
|
348
355
|
preserve-case,,EB2E
|
|
349
356
|
preview,,EB2F
|
|
350
357
|
primitive-square,,EA72
|
|
358
|
+
project,,EB30
|
|
351
359
|
pulse,,EB31
|
|
352
360
|
python,,EC39
|
|
353
361
|
question,,EB32
|
|
@@ -407,6 +415,7 @@ send,,EC0F
|
|
|
407
415
|
server-environment,,EBA3
|
|
408
416
|
server-process,,EBA2
|
|
409
417
|
server,,EB50
|
|
418
|
+
session-in-progress,,EC77
|
|
410
419
|
settings-gear,,EB51
|
|
411
420
|
settings,,EB52
|
|
412
421
|
share,,EC25
|
|
@@ -484,6 +493,7 @@ twitter,,EB72
|
|
|
484
493
|
type-hierarchy-sub,,EBBA
|
|
485
494
|
type-hierarchy-super,,EBBB
|
|
486
495
|
type-hierarchy,,EBB9
|
|
496
|
+
unarchive,,EC76
|
|
487
497
|
unfold,,EB73
|
|
488
498
|
ungroup-by-ref-type,,EB98
|
|
489
499
|
unlock,,EB74
|
|
@@ -492,12 +502,12 @@ unverified,,EB76
|
|
|
492
502
|
variable-group,,EBB8
|
|
493
503
|
verified-filled,,EBE9
|
|
494
504
|
verified,,EB77
|
|
495
|
-
versions,,EB78
|
|
496
505
|
vm-active,,EB79
|
|
497
506
|
vm-connect,,EBA9
|
|
498
507
|
vm-outline,,EB7A
|
|
499
508
|
vm-pending,,F102
|
|
500
509
|
vm-running,,EB7B
|
|
510
|
+
vm-small,,EC79
|
|
501
511
|
vm,,EA7A
|
|
502
512
|
vr,,EC18
|
|
503
513
|
vscode-insiders,,EC2A
|
|
@@ -507,6 +517,7 @@ warning,,EA6C
|
|
|
507
517
|
watch,,EB7C
|
|
508
518
|
whitespace,,EB7D
|
|
509
519
|
whole-word,,EB7E
|
|
520
|
+
window-active,,EC72
|
|
510
521
|
word-wrap,,EB80
|
|
511
522
|
workspace-trusted,,EBC1
|
|
512
523
|
workspace-unknown,,EBC3
|
package/dist/codicon.html
CHANGED
|
@@ -697,6 +697,14 @@
|
|
|
697
697
|
<span class='label'>clippy</span>
|
|
698
698
|
<span class='description'></span>
|
|
699
699
|
</div>
|
|
700
|
+
<div class="icon" data-name="clockface" title="clockface">
|
|
701
|
+
<span class="inner">
|
|
702
|
+
<i class="codicon codicon-clockface" aria-hidden="true"></i>
|
|
703
|
+
</span>
|
|
704
|
+
<br>
|
|
705
|
+
<span class='label'>clockface</span>
|
|
706
|
+
<span class='description'></span>
|
|
707
|
+
</div>
|
|
700
708
|
<div class="icon" data-name="close-all" title="close-all">
|
|
701
709
|
<span class="inner">
|
|
702
710
|
<i class="codicon codicon-close-all" aria-hidden="true"></i>
|
|
@@ -721,6 +729,14 @@
|
|
|
721
729
|
<span class='label'>cloud-download</span>
|
|
722
730
|
<span class='description'></span>
|
|
723
731
|
</div>
|
|
732
|
+
<div class="icon" data-name="cloud-small" title="cloud-small">
|
|
733
|
+
<span class="inner">
|
|
734
|
+
<i class="codicon codicon-cloud-small" aria-hidden="true"></i>
|
|
735
|
+
</span>
|
|
736
|
+
<br>
|
|
737
|
+
<span class='label'>cloud-small</span>
|
|
738
|
+
<span class='description'></span>
|
|
739
|
+
</div>
|
|
724
740
|
<div class="icon" data-name="cloud-upload" title="cloud-upload">
|
|
725
741
|
<span class="inner">
|
|
726
742
|
<i class="codicon codicon-cloud-upload" aria-hidden="true"></i>
|
|
@@ -777,6 +793,14 @@
|
|
|
777
793
|
<span class='label'>collapse-all</span>
|
|
778
794
|
<span class='description'></span>
|
|
779
795
|
</div>
|
|
796
|
+
<div class="icon" data-name="collection-small" title="collection-small">
|
|
797
|
+
<span class="inner">
|
|
798
|
+
<i class="codicon codicon-collection-small" aria-hidden="true"></i>
|
|
799
|
+
</span>
|
|
800
|
+
<br>
|
|
801
|
+
<span class='label'>collection-small</span>
|
|
802
|
+
<span class='description'></span>
|
|
803
|
+
</div>
|
|
780
804
|
<div class="icon" data-name="collection" title="collection">
|
|
781
805
|
<span class="inner">
|
|
782
806
|
<i class="codicon codicon-collection" aria-hidden="true"></i>
|
|
@@ -1385,6 +1409,14 @@
|
|
|
1385
1409
|
<span class='label'>discard</span>
|
|
1386
1410
|
<span class='description'></span>
|
|
1387
1411
|
</div>
|
|
1412
|
+
<div class="icon" data-name="download" title="download">
|
|
1413
|
+
<span class="inner">
|
|
1414
|
+
<i class="codicon codicon-download" aria-hidden="true"></i>
|
|
1415
|
+
</span>
|
|
1416
|
+
<br>
|
|
1417
|
+
<span class='label'>download</span>
|
|
1418
|
+
<span class='description'></span>
|
|
1419
|
+
</div>
|
|
1388
1420
|
<div class="icon" data-name="edit-code" title="edit-code">
|
|
1389
1421
|
<span class="inner">
|
|
1390
1422
|
<i class="codicon codicon-edit-code" aria-hidden="true"></i>
|
|
@@ -1705,6 +1737,14 @@
|
|
|
1705
1737
|
<span class='label'>folder</span>
|
|
1706
1738
|
<span class='description'></span>
|
|
1707
1739
|
</div>
|
|
1740
|
+
<div class="icon" data-name="forward" title="forward">
|
|
1741
|
+
<span class="inner">
|
|
1742
|
+
<i class="codicon codicon-forward" aria-hidden="true"></i>
|
|
1743
|
+
</span>
|
|
1744
|
+
<br>
|
|
1745
|
+
<span class='label'>forward</span>
|
|
1746
|
+
<span class='description'></span>
|
|
1747
|
+
</div>
|
|
1708
1748
|
<div class="icon" data-name="game" title="game">
|
|
1709
1749
|
<span class="inner">
|
|
1710
1750
|
<i class="codicon codicon-game" aria-hidden="true"></i>
|
|
@@ -1801,14 +1841,6 @@
|
|
|
1801
1841
|
<span class='label'>git-fetch</span>
|
|
1802
1842
|
<span class='description'></span>
|
|
1803
1843
|
</div>
|
|
1804
|
-
<div class="icon" data-name="git-lens" title="git-lens">
|
|
1805
|
-
<span class="inner">
|
|
1806
|
-
<i class="codicon codicon-git-lens" aria-hidden="true"></i>
|
|
1807
|
-
</span>
|
|
1808
|
-
<br>
|
|
1809
|
-
<span class='label'>git-lens</span>
|
|
1810
|
-
<span class='description'></span>
|
|
1811
|
-
</div>
|
|
1812
1844
|
<div class="icon" data-name="git-merge" title="git-merge">
|
|
1813
1845
|
<span class="inner">
|
|
1814
1846
|
<i class="codicon codicon-git-merge" aria-hidden="true"></i>
|
|
@@ -3457,6 +3489,14 @@
|
|
|
3457
3489
|
<span class='label'>server</span>
|
|
3458
3490
|
<span class='description'></span>
|
|
3459
3491
|
</div>
|
|
3492
|
+
<div class="icon" data-name="session-in-progress" title="session-in-progress">
|
|
3493
|
+
<span class="inner">
|
|
3494
|
+
<i class="codicon codicon-session-in-progress" aria-hidden="true"></i>
|
|
3495
|
+
</span>
|
|
3496
|
+
<br>
|
|
3497
|
+
<span class='label'>session-in-progress</span>
|
|
3498
|
+
<span class='description'></span>
|
|
3499
|
+
</div>
|
|
3460
3500
|
<div class="icon" data-name="settings-gear" title="settings-gear">
|
|
3461
3501
|
<span class="inner">
|
|
3462
3502
|
<i class="codicon codicon-settings-gear" aria-hidden="true"></i>
|
|
@@ -4105,6 +4145,14 @@
|
|
|
4105
4145
|
<span class='label'>type-hierarchy</span>
|
|
4106
4146
|
<span class='description'></span>
|
|
4107
4147
|
</div>
|
|
4148
|
+
<div class="icon" data-name="unarchive" title="unarchive">
|
|
4149
|
+
<span class="inner">
|
|
4150
|
+
<i class="codicon codicon-unarchive" aria-hidden="true"></i>
|
|
4151
|
+
</span>
|
|
4152
|
+
<br>
|
|
4153
|
+
<span class='label'>unarchive</span>
|
|
4154
|
+
<span class='description'></span>
|
|
4155
|
+
</div>
|
|
4108
4156
|
<div class="icon" data-name="unfold" title="unfold">
|
|
4109
4157
|
<span class="inner">
|
|
4110
4158
|
<i class="codicon codicon-unfold" aria-hidden="true"></i>
|
|
@@ -4217,6 +4265,14 @@
|
|
|
4217
4265
|
<span class='label'>vm-running</span>
|
|
4218
4266
|
<span class='description'></span>
|
|
4219
4267
|
</div>
|
|
4268
|
+
<div class="icon" data-name="vm-small" title="vm-small">
|
|
4269
|
+
<span class="inner">
|
|
4270
|
+
<i class="codicon codicon-vm-small" aria-hidden="true"></i>
|
|
4271
|
+
</span>
|
|
4272
|
+
<br>
|
|
4273
|
+
<span class='label'>vm-small</span>
|
|
4274
|
+
<span class='description'></span>
|
|
4275
|
+
</div>
|
|
4220
4276
|
<div class="icon" data-name="vm" title="vm">
|
|
4221
4277
|
<span class="inner">
|
|
4222
4278
|
<i class="codicon codicon-vm" aria-hidden="true"></i>
|
|
@@ -4289,6 +4345,14 @@
|
|
|
4289
4345
|
<span class='label'>whole-word</span>
|
|
4290
4346
|
<span class='description'></span>
|
|
4291
4347
|
</div>
|
|
4348
|
+
<div class="icon" data-name="window-active" title="window-active">
|
|
4349
|
+
<span class="inner">
|
|
4350
|
+
<i class="codicon codicon-window-active" aria-hidden="true"></i>
|
|
4351
|
+
</span>
|
|
4352
|
+
<br>
|
|
4353
|
+
<span class='label'>window-active</span>
|
|
4354
|
+
<span class='description'></span>
|
|
4355
|
+
</div>
|
|
4292
4356
|
<div class="icon" data-name="window" title="window">
|
|
4293
4357
|
<span class="inner">
|
|
4294
4358
|
<i class="codicon codicon-window" aria-hidden="true"></i>
|