File tree Expand file tree Collapse file tree 2 files changed +48
-4
lines changed Expand file tree Collapse file tree 2 files changed +48
-4
lines changed Original file line number Diff line number Diff line change 417
417
"extensions" : [
418
418
" .mac" ,
419
419
" .int"
420
- ]
420
+ ],
421
+ "icon" : {
422
+ "dark" : " ./images/fileIcon.svg" ,
423
+ "light" : " ./images/fileIcon.svg"
424
+ }
421
425
},
422
426
{
423
427
"id" : " objectscript-class" ,
426
430
],
427
431
"extensions" : [
428
432
" .cls"
429
- ]
433
+ ],
434
+ "icon" : {
435
+ "dark" : " ./images/fileIcon.svg" ,
436
+ "light" : " ./images/fileIcon.svg"
437
+ }
430
438
},
431
439
{
432
440
"id" : " objectscript-macros" ,
435
443
],
436
444
"extensions" : [
437
445
" .inc"
438
- ]
446
+ ],
447
+ "icon" : {
448
+ "dark" : " ./images/fileIcon.svg" ,
449
+ "light" : " ./images/fileIcon.svg"
450
+ }
439
451
},
440
452
{
441
453
"id" : " objectscript-csp" ,
445
457
"extensions" : [
446
458
" .csp" ,
447
459
" .csr"
448
- ]
460
+ ],
461
+ "icon" : {
462
+ "dark" : " ./images/fileIcon.svg" ,
463
+ "light" : " ./images/fileIcon.svg"
464
+ }
449
465
},
450
466
{
451
467
"id" : " vscode-objectscript-output" ,
You can’t perform that action at this time.
0 commit comments