Skip to content

Commit 88d4db4

Browse files
authored
Add MDX file icons for VSCode (#330)
1 parent 2630215 commit 88d4db4

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/brown-shrimps-marry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'vscode-mdx': minor
3+
---
4+
5+
Add MDX file icons
+1
Loading

packages/vscode-mdx/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@
7777
"extensions": [
7878
".mdx"
7979
],
80-
"configuration": "./language-configuration.json"
80+
"configuration": "./language-configuration.json",
81+
"icon": {
82+
"dark": "./assets/file-icon.svg",
83+
"light": "./assets/file-icon.svg"
84+
}
8185
}
8286
],
8387
"jsonValidation": [

0 commit comments

Comments
 (0)