@vscode/codicons 0.0.43 → 0.0.45-0
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/RELEASING.md +32 -0
- package/_iconCloud/categories.csv +533 -0
- package/_iconCloud/categories.transforms.json +92 -0
- package/_iconCloud/categories.variables.json +48 -0
- package/_iconCloud/descriptions.csv +533 -0
- package/_iconCloud/descriptions.transforms.json +83 -0
- package/_iconCloud/descriptions.variables.json +47 -0
- package/_iconCloud/keywords.csv +533 -1
- package/_iconCloud/keywords.transforms.json +22 -13
- package/_iconCloud/keywords.variables.json +19 -18
- package/_iconCloud/manifest.json +11 -1
- package/_iconCloud/manifest.transforms.json +2 -2
- package/_iconCloud/metaphors.csv +533 -0
- package/_iconCloud/metaphors.transforms.json +92 -0
- package/_iconCloud/metaphors.variables.json +48 -0
- package/build/pipeline.yml +18 -7
- package/dist/codicon.css +14 -3
- package/dist/codicon.csv +16 -2
- package/dist/codicon.html +8171 -853
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +13 -2
- package/dist/metadata.json +2672 -0
- package/package.json +6 -2
- package/scripts/check-metadata.js +126 -0
- package/scripts/embed-metadata.js +25 -0
- package/scripts/embed-svg-data.js +31 -0
- package/scripts/export-to-ts.js +9 -2
- package/scripts/svg-sprite.js +34 -6
- package/src/icons/add-small.svg +1 -0
- package/src/icons/ask.svg +1 -0
- package/src/icons/chat-sparkle-error.svg +1 -1
- package/src/icons/chat-sparkle-warning.svg +1 -1
- package/src/icons/chat-sparkle.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/cloud.svg +1 -1
- package/src/icons/collection-small.svg +1 -0
- 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-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/empty-window.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/filter-filled.svg +1 -1
- package/src/icons/filter.svg +1 -1
- package/src/icons/folder-active.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-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/index-zero.svg +1 -1
- package/src/icons/keyboard-tab-above.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/person-add.svg +1 -1
- package/src/icons/remove-small.svg +1 -0
- package/src/icons/report.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/screen-cut.svg +1 -0
- package/src/icons/session-in-progress.svg +1 -0
- package/src/icons/unarchive.svg +1 -0
- package/src/icons/unfold.svg +1 -1
- package/src/icons/vm-active.svg +1 -1
- package/src/icons/vm-pending.svg +1 -1
- package/src/icons/vm-small.svg +1 -0
- package/src/icons/window-active.svg +1 -1
- package/src/icons/worktree-small.svg +1 -0
- package/src/icons/worktree.svg +1 -0
- package/src/template/mapping.json +1716 -633
- package/src/template/metadata.json +2672 -0
- package/src/template/preview.hbs +583 -321
- package/src/icons/git-lens.svg +0 -1
|
@@ -1,31 +1,36 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"method": "LoadTable",
|
|
4
|
-
"params":
|
|
4
|
+
"params":
|
|
5
|
+
{
|
|
5
6
|
"relativePath": "_DataFilePath_",
|
|
6
7
|
"rootPath": "_RootPath_"
|
|
7
8
|
},
|
|
8
9
|
"variable": "iconKeywordsInputTable"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
12
|
+
"method": "ForEachRow",
|
|
11
13
|
"transforms": [
|
|
12
14
|
{
|
|
13
15
|
"method": "Copy",
|
|
14
|
-
"params":
|
|
16
|
+
"params":
|
|
17
|
+
{
|
|
15
18
|
"from": "_LibraryKey_"
|
|
16
19
|
},
|
|
17
20
|
"variable": "_IconData_LibraryKey_"
|
|
18
21
|
},
|
|
19
22
|
{
|
|
20
23
|
"method": "Copy",
|
|
21
|
-
"params":
|
|
24
|
+
"params":
|
|
25
|
+
{
|
|
22
26
|
"from": "_IconTypeKey_"
|
|
23
27
|
},
|
|
24
28
|
"variable": "_IconData_TypeKey_"
|
|
25
29
|
},
|
|
26
30
|
{
|
|
27
31
|
"method": "GetColumnValue",
|
|
28
|
-
"params":
|
|
32
|
+
"params":
|
|
33
|
+
{
|
|
29
34
|
"columnName": "iconColumnIconKeyValueName",
|
|
30
35
|
"iterator": "iconKeywordsTableIterator"
|
|
31
36
|
},
|
|
@@ -33,15 +38,17 @@
|
|
|
33
38
|
},
|
|
34
39
|
{
|
|
35
40
|
"method": "GetHashKey",
|
|
36
|
-
"notes": "The icon Key is derived from the
|
|
37
|
-
"params":
|
|
41
|
+
"notes": "The icon Key is derived from the shortend icon file name.",
|
|
42
|
+
"params":
|
|
43
|
+
{
|
|
38
44
|
"from": "iconKeyValue"
|
|
39
45
|
},
|
|
40
46
|
"variable": "_IconData_Key_"
|
|
41
47
|
},
|
|
42
48
|
{
|
|
43
49
|
"method": "UpdateVariablesTable",
|
|
44
|
-
"params":
|
|
50
|
+
"params":
|
|
51
|
+
{
|
|
45
52
|
"variables": "_IconDataVariables_"
|
|
46
53
|
},
|
|
47
54
|
"variable": "_IconData_"
|
|
@@ -52,7 +59,8 @@
|
|
|
52
59
|
},
|
|
53
60
|
{
|
|
54
61
|
"method": "GetColumnValue",
|
|
55
|
-
"params":
|
|
62
|
+
"params":
|
|
63
|
+
{
|
|
56
64
|
"columnName": "iconColumnKeywordsName",
|
|
57
65
|
"iterator": "iconKeywordsTableIterator"
|
|
58
66
|
},
|
|
@@ -60,24 +68,25 @@
|
|
|
60
68
|
},
|
|
61
69
|
{
|
|
62
70
|
"method": "AddToVariableBag",
|
|
63
|
-
"params":
|
|
71
|
+
"params":
|
|
72
|
+
{
|
|
64
73
|
"value": "iconKeywords"
|
|
65
74
|
},
|
|
66
75
|
"variable": "iconArtifacts"
|
|
67
76
|
},
|
|
68
77
|
{
|
|
69
78
|
"method": "AddNameValuePairsToAssociationTable",
|
|
70
|
-
"params":
|
|
79
|
+
"params":
|
|
80
|
+
{
|
|
71
81
|
"key": "_IconData_Key_",
|
|
72
|
-
"values": "iconArtifacts",
|
|
73
82
|
"keyColumn": "_IconArtifactData_IconKey_",
|
|
74
83
|
"namesColumn": "_IconArtifactData_Name_",
|
|
84
|
+
"values": "iconArtifacts",
|
|
75
85
|
"valuesColumn": "_IconArtifactData_Value_"
|
|
76
86
|
},
|
|
77
87
|
"variable": "_IconArtifactData_"
|
|
78
88
|
}
|
|
79
89
|
],
|
|
80
|
-
"method": "ForEachRow",
|
|
81
90
|
"variable": "iconKeywordsTableIterator"
|
|
82
91
|
}
|
|
83
|
-
]
|
|
92
|
+
]
|
|
@@ -1,47 +1,48 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"
|
|
3
|
+
"name": "iconKeywordsInputTable",
|
|
4
|
+
"tableSpecifier":
|
|
5
|
+
{
|
|
4
6
|
"dataColumnIndex": 0,
|
|
5
7
|
"dataRowIndex": 1,
|
|
6
8
|
"headerRowIndex": 0
|
|
7
9
|
},
|
|
8
10
|
"type": "Table",
|
|
9
|
-
"valueType": "None"
|
|
10
|
-
"name": "iconKeywordsInputTable"
|
|
11
|
+
"valueType": "None"
|
|
11
12
|
},
|
|
12
13
|
{
|
|
14
|
+
"name": "iconColumnIconKeyValueName",
|
|
15
|
+
"referenceOnly": true,
|
|
13
16
|
"type": "Value",
|
|
14
17
|
"value": "IconKeyValue",
|
|
15
|
-
"valueType": "Text"
|
|
16
|
-
"referenceOnly": true,
|
|
17
|
-
"name": "iconColumnIconKeyValueName"
|
|
18
|
+
"valueType": "Text"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
21
|
+
"name": "iconColumnKeywordsName",
|
|
22
|
+
"referenceOnly": true,
|
|
20
23
|
"type": "Value",
|
|
21
24
|
"value": "Keywords",
|
|
22
|
-
"valueType": "Text"
|
|
23
|
-
"referenceOnly": true,
|
|
24
|
-
"name": "iconColumnKeywordsName"
|
|
25
|
+
"valueType": "Text"
|
|
25
26
|
},
|
|
26
27
|
{
|
|
27
|
-
"type": "TableIterator",
|
|
28
28
|
"TargetName": "iconKeywordsInputTable",
|
|
29
|
-
"name": "iconKeywordsTableIterator"
|
|
29
|
+
"name": "iconKeywordsTableIterator",
|
|
30
|
+
"type": "TableIterator"
|
|
30
31
|
},
|
|
31
32
|
{
|
|
33
|
+
"name": "iconKeyValue",
|
|
32
34
|
"type": "Value",
|
|
33
|
-
"valueType": "Text"
|
|
34
|
-
"name": "iconKeyValue"
|
|
35
|
+
"valueType": "Text"
|
|
35
36
|
},
|
|
36
37
|
{
|
|
38
|
+
"name": "iconKeywords",
|
|
37
39
|
"type": "Value",
|
|
38
|
-
"valueType": "Text"
|
|
39
|
-
"name": "iconKeywords"
|
|
40
|
+
"valueType": "Text"
|
|
40
41
|
},
|
|
41
42
|
{
|
|
43
|
+
"name": "iconArtifacts",
|
|
42
44
|
"type": "VariableBag",
|
|
43
45
|
"valueType": "None",
|
|
44
|
-
"values": []
|
|
45
|
-
"name": "iconArtifacts"
|
|
46
|
+
"values": []
|
|
46
47
|
}
|
|
47
|
-
]
|
|
48
|
+
]
|
package/_iconCloud/manifest.json
CHANGED
|
@@ -11,6 +11,11 @@
|
|
|
11
11
|
"dataPath": "~/_iconCloud/keywords.csv",
|
|
12
12
|
"transformPaths": ["~/_iconCloud/keywords.transforms.json"],
|
|
13
13
|
"variablePaths": ["~/_iconCloud/keywords.variables.json"]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"dataPath": "~/_iconCloud/metaphors.csv",
|
|
17
|
+
"transformPaths": ["~/_iconCloud/metaphors.transforms.json"],
|
|
18
|
+
"variablePaths": ["~/_iconCloud/metaphors.variables.json"]
|
|
14
19
|
}
|
|
15
20
|
],
|
|
16
21
|
"iconType": "Glyph",
|
|
@@ -30,7 +35,12 @@
|
|
|
30
35
|
"metadata-1-dataStyle": "ClickablePill",
|
|
31
36
|
"metadata-1-dataType": "Keywords",
|
|
32
37
|
"metadata-1-label": "Keywords",
|
|
33
|
-
"metadata-1-sorting": "ByWeight"
|
|
38
|
+
"metadata-1-sorting": "ByWeight",
|
|
39
|
+
"metadata-2-dataMapping": "Icon:iconMetaphors",
|
|
40
|
+
"metadata-2-dataStyle": "ClickablePill",
|
|
41
|
+
"metadata-2-dataType": "Metaphors",
|
|
42
|
+
"metadata-2-label": "Metaphors",
|
|
43
|
+
"metadata-2-sorting": "ByName"
|
|
34
44
|
},
|
|
35
45
|
"libraryVersion": "2.43"
|
|
36
46
|
}
|
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"method": "GetHashKey",
|
|
107
|
-
"notes": "The icon Key is derived from the
|
|
107
|
+
"notes": "The icon Key is derived from the short name.",
|
|
108
108
|
"params": {
|
|
109
|
-
"from": "
|
|
109
|
+
"from": "iconShortName"
|
|
110
110
|
},
|
|
111
111
|
"variable": "_IconData_Key_"
|
|
112
112
|
},
|