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 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" ,
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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments