Skip to content

Commit 3f3f31e

Browse files
committed
Add MDX support to recommended VS Code extensions
This enables syntax highlighting in MDX documents.
1 parent 7bcb378 commit 3f3f31e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/extensions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"recommendations": [
77
"dbaeumer.vscode-eslint",
88
"esbenp.prettier-vscode",
9-
"ms-playwright.playwright"
9+
"ms-playwright.playwright",
10+
"unifiedjs.vscode-mdx"
1011
],
1112
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1213
"unwantedRecommendations": []

0 commit comments

Comments
 (0)