Switch to Astro #4
1 changed files with 9 additions and 1 deletions
10
.vscode/extensions.json
vendored
10
.vscode/extensions.json
vendored
|
@ -1,4 +1,12 @@
|
||||||
{
|
{
|
||||||
"recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"],
|
"recommendations": [
|
||||||
|
"astro-build.astro-vscode",
|
||||||
|
"unifiedjs.vscode-mdx",
|
||||||
|
"formulahendry.auto-rename-tag",
|
||||||
|
"aaron-bond.better-comments",
|
||||||
|
"oderwat.indent-rainbow",
|
||||||
|
"ms-vscode.vscode-typescript-next",
|
||||||
|
"davidanson.vscode-markdownlint"
|
||||||
|
],
|
||||||
"unwantedRecommendations": []
|
"unwantedRecommendations": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue