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