Skip to content

Commit

Permalink
Add MDX support to recommended VS Code extensions
Browse files Browse the repository at this point in the history
This enables syntax highlighting in MDX documents.
  • Loading branch information
lpsinger committed Jul 25, 2024
1 parent 7bcb378 commit 3f3f31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-playwright.playwright"
"ms-playwright.playwright",
"unifiedjs.vscode-mdx"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down

0 comments on commit 3f3f31e

Please sign in to comment.