File tree 2 files changed +42
-1
lines changed
2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 240
240
"columnName" : " iconColumnShortName" ,
241
241
"iterator" : " iconsTableIterator"
242
242
},
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
+ },
243
270
"variable" : " _IconData_Name_"
244
271
},
245
272
{
Original file line number Diff line number Diff line change 86
86
},
87
87
{
88
88
"type" : " Value" ,
89
- "value" : " codicons " ,
89
+ "value" : " Icons " ,
90
90
"valueType" : " Text" ,
91
91
"referenceOnly" : true ,
92
92
"name" : " collectionName"
131
131
"type" : " Value" ,
132
132
"valueType" : " Text" ,
133
133
"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"
134
148
}
135
149
]
You can’t perform that action at this time.
0 commit comments