diff options
-rw-r--r-- | examples/with-mdx/.vscode/extensions.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-mdx/.vscode/extensions.json b/examples/with-mdx/.vscode/extensions.json index bedff53ba..56f043d30 100644 --- a/examples/with-mdx/.vscode/extensions.json +++ b/examples/with-mdx/.vscode/extensions.json @@ -1,4 +1,4 @@ { - "recommendations": ["astro-build.astro-vscode", "silvenon.mdx"], + "recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"], "unwantedRecommendations": [] } |