mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-13 23:31:07 +08:00
chore: add recommended VSCode extensions for AstroPaper (#653)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
!.prettierrc
|
||||
!eslint.config.js
|
||||
!README.md
|
||||
!.vscode
|
||||
|
||||
# Ignore MDX files
|
||||
*.mdx
|
||||
Vendored
+3
-3
@@ -15,7 +15,7 @@
|
||||
"description: $8",
|
||||
"---",
|
||||
],
|
||||
"description": "Adds the frontmatter block for the AstroPaper Blog post"
|
||||
"description": "Adds the frontmatter block for the AstroPaper Blog post",
|
||||
},
|
||||
"Blog Template": {
|
||||
"scope": "markdown",
|
||||
@@ -29,6 +29,6 @@
|
||||
"",
|
||||
"## ${3: heading 1}",
|
||||
],
|
||||
"description": "Adds the template for the AstroPaper Blog post. You will need to trigger the snippet modal on the 'frontmatter' line to insert the other snipper."
|
||||
}
|
||||
"description": "Adds the template for the AstroPaper Blog post. You will need to trigger the snippet modal on the 'frontmatter' line to insert the other snipper.",
|
||||
},
|
||||
}
|
||||
|
||||
Vendored
+6
-2
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"recommendations": ["astro-build.astro-vscode"],
|
||||
"unwantedRecommendations": []
|
||||
"recommendations": [
|
||||
"astro-build.astro-vscode",
|
||||
"esbenp.prettier-vscode",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user