We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3691b7 commit 900d1a1Copy full SHA for 900d1a1
2 files changed
vscode-extension/package.json
@@ -690,13 +690,21 @@
690
"id": "ilspy-code-cs",
691
"aliases": [
692
"ILSpy (C#)"
693
- ]
+ ],
694
+ "icon": {
695
+ "light": "resources/il-spy-modern-icon.svg",
696
+ "dark": "resources/il-spy-modern-icon-dark.svg"
697
+ }
698
},
699
{
700
"id": "ilspy-code-il",
701
702
"ILSpy (IL)"
703
704
705
706
707
708
}
709
],
710
"grammars": [
vscode-extension/resources/il-spy-modern-icon-dark.svg
0 commit comments