Skip to content

Commit e6c42ab

Browse files
committed
Add default file icons
1 parent bbd00b1 commit e6c42ab

File tree

2 files changed

+48
-4
lines changed

2 files changed

+48
-4
lines changed

images/fileIcon.svg

Lines changed: 28 additions & 0 deletions
Loading

package.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,11 @@
417417
"extensions": [
418418
".mac",
419419
".int"
420-
]
420+
],
421+
"icon": {
422+
"dark": "./images/fileIcon.svg",
423+
"light": "./images/fileIcon.svg"
424+
}
421425
},
422426
{
423427
"id": "objectscript-class",
@@ -426,7 +430,11 @@
426430
],
427431
"extensions": [
428432
".cls"
429-
]
433+
],
434+
"icon": {
435+
"dark": "./images/fileIcon.svg",
436+
"light": "./images/fileIcon.svg"
437+
}
430438
},
431439
{
432440
"id": "objectscript-macros",
@@ -435,7 +443,11 @@
435443
],
436444
"extensions": [
437445
".inc"
438-
]
446+
],
447+
"icon": {
448+
"dark": "./images/fileIcon.svg",
449+
"light": "./images/fileIcon.svg"
450+
}
439451
},
440452
{
441453
"id": "objectscript-csp",
@@ -445,7 +457,11 @@
445457
"extensions": [
446458
".csp",
447459
".csr"
448-
]
460+
],
461+
"icon": {
462+
"dark": "./images/fileIcon.svg",
463+
"light": "./images/fileIcon.svg"
464+
}
449465
},
450466
{
451467
"id": "vscode-objectscript-output",

0 commit comments

Comments
 (0)