fix: use official MDX extension (#6408)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
4ec781bd89
commit
f4bf41bb27
1 changed files with 1 additions and 1 deletions
2
examples/with-mdx/.vscode/extensions.json
vendored
2
examples/with-mdx/.vscode/extensions.json
vendored
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"recommendations": ["astro-build.astro-vscode", "silvenon.mdx"],
|
"recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"],
|
||||||
"unwantedRecommendations": []
|
"unwantedRecommendations": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue