mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Recommend the VSCode MDX extension in blog example (#8913)
This commit is contained in:
parent
71455c16c3
commit
e5d53cfa9c
1 changed files with 1 additions and 1 deletions
2
examples/blog/.vscode/extensions.json
vendored
2
examples/blog/.vscode/extensions.json
vendored
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"recommendations": ["astro-build.astro-vscode"],
|
||||
"recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue