Skip to content

Commit df23d4a

Browse files
lobsterkatielforst
authored andcommitted
chore(dev): Update VSCode mdx extension recommendation (#5620)
The mdx VSCode extension we currently recommend has been deprecated[1]. This updates the recommendation to point to its replacement[2]. [1] https://marketplace.visualstudio.com/items?itemName=silvenon.mdx [2] https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx
1 parent c778d27 commit df23d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"recommendations": [
33
"esbenp.prettier-vscode",
44
"dbaeumer.vscode-eslint",
5-
"silvenon.mdx"
5+
"unifiedjs.vscode-mdx",
66
]
77
}

0 commit comments

Comments
 (0)