Skip to content

Commit 0cc098a

Browse files
committed
chore: associate .mdx with markdown
1 parent 8e7e5de commit 0cc098a

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

.vscode/settings.json

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
{
2-
"cSpell.words": [
3-
"Adaptec",
4-
"apcupsd",
5-
"ipvlan",
6-
"macvlan",
7-
"macvtap",
8-
"nchan",
9-
"Realtek",
10-
"Tailnet",
11-
"Tailscale",
12-
"Unraid",
13-
"Userspace"
14-
],
15-
"cSpell.customDictionaries": {
16-
17-
}
1+
{
2+
"cSpell.words": [
3+
"Adaptec",
4+
"apcupsd",
5+
"ipvlan",
6+
"macvlan",
7+
"macvtap",
8+
"nchan",
9+
"Realtek",
10+
"Tailnet",
11+
"Tailscale",
12+
"Unraid",
13+
"Userspace"
14+
],
15+
"cSpell.customDictionaries": {
16+
17+
},
18+
"files.associations": {
19+
"*.mdx": "markdown"
20+
}
1821
}

0 commit comments

Comments
 (0)