Skip to content

Commit 9d400d7

Browse files
authored
Merge pull request #822 from isc-bsaviano/file-icons
Add default file icons
2 parents 4c90f79 + f821d26 commit 9d400d7

File tree

2 files changed

+53
-5
lines changed

2 files changed

+53
-5
lines changed

images/fileIcon.svg

Lines changed: 28 additions & 0 deletions
Loading

package.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,11 @@
418418
],
419419
"extensions": [
420420
".mac"
421-
]
421+
],
422+
"icon": {
423+
"dark": "./images/fileIcon.svg",
424+
"light": "./images/fileIcon.svg"
425+
}
422426
},
423427
{
424428
"id": "objectscript-int",
@@ -427,7 +431,11 @@
427431
],
428432
"extensions": [
429433
".int"
430-
]
434+
],
435+
"icon": {
436+
"dark": "./images/fileIcon.svg",
437+
"light": "./images/fileIcon.svg"
438+
}
431439
},
432440
{
433441
"id": "objectscript-class",
@@ -436,7 +444,11 @@
436444
],
437445
"extensions": [
438446
".cls"
439-
]
447+
],
448+
"icon": {
449+
"dark": "./images/fileIcon.svg",
450+
"light": "./images/fileIcon.svg"
451+
}
440452
},
441453
{
442454
"id": "objectscript-macros",
@@ -445,7 +457,11 @@
445457
],
446458
"extensions": [
447459
".inc"
448-
]
460+
],
461+
"icon": {
462+
"dark": "./images/fileIcon.svg",
463+
"light": "./images/fileIcon.svg"
464+
}
449465
},
450466
{
451467
"id": "objectscript-csp",
@@ -455,7 +471,11 @@
455471
"extensions": [
456472
".csp",
457473
".csr"
458-
]
474+
],
475+
"icon": {
476+
"dark": "./images/fileIcon.svg",
477+
"light": "./images/fileIcon.svg"
478+
}
459479
},
460480
{
461481
"id": "vscode-objectscript-output",

0 commit comments

Comments
 (0)