Skip to content

Commit 0d229b9

Browse files
author
Bruce A. Jones
committed
Changed 'codicons' to 'Icons'. Capitalized words of icon names.
1 parent 6ce9542 commit 0d229b9

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

_iconCloud/manifest.transforms.json

+27
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,33 @@
240240
"columnName": "iconColumnShortName",
241241
"iterator": "iconsTableIterator"
242242
},
243+
"variable": "iconShortName"
244+
},
245+
{
246+
"method": "Replace",
247+
"params": {
248+
"from": "dashChar",
249+
"to": "spaceChar"
250+
},
251+
"variable": "iconShortName"
252+
},
253+
{
254+
"method": "Capitalize",
255+
"variable": "iconShortName"
256+
},
257+
{
258+
"method": "Replace",
259+
"params": {
260+
"from": "spaceChar",
261+
"to": "dashChar"
262+
},
263+
"variable": "iconShortName"
264+
},
265+
{
266+
"method": "Copy",
267+
"params": {
268+
"from": "iconShortName"
269+
},
243270
"variable": "_IconData_Name_"
244271
},
245272
{

_iconCloud/manifest.variables.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
{
8888
"type": "Value",
89-
"value": "codicons",
89+
"value": "Icons",
9090
"valueType": "Text",
9191
"referenceOnly": true,
9292
"name": "collectionName"
@@ -131,5 +131,19 @@
131131
"type": "Value",
132132
"valueType": "Text",
133133
"name": "version"
134+
},
135+
{
136+
"type": "Value",
137+
"valueType": "Text",
138+
"value": " ",
139+
"referenceOnly": true,
140+
"name": "spaceChar"
141+
},
142+
{
143+
"type": "Value",
144+
"valueType": "Text",
145+
"value": "-",
146+
"referenceOnly": true,
147+
"name": "dashChar"
134148
}
135149
]

0 commit comments

Comments
 (0)