Skip to content

Commit 900d1a1

Browse files
committed
Give the ILSpy language entries proper icons
1 parent f3691b7 commit 900d1a1

2 files changed

Lines changed: 114 additions & 2 deletions

File tree

vscode-extension/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,13 +690,21 @@
690690
"id": "ilspy-code-cs",
691691
"aliases": [
692692
"ILSpy (C#)"
693-
]
693+
],
694+
"icon": {
695+
"light": "resources/il-spy-modern-icon.svg",
696+
"dark": "resources/il-spy-modern-icon-dark.svg"
697+
}
694698
},
695699
{
696700
"id": "ilspy-code-il",
697701
"aliases": [
698702
"ILSpy (IL)"
699-
]
703+
],
704+
"icon": {
705+
"light": "resources/il-spy-modern-icon.svg",
706+
"dark": "resources/il-spy-modern-icon-dark.svg"
707+
}
700708
}
701709
],
702710
"grammars": [
Lines changed: 104 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)