chore: add recommended VSCode extensions for AstroPaper (#653)

This commit is contained in:
Sat Naing
2026-06-03 08:46:32 +07:00
committed by GitHub
parent 470bfb528e
commit 38c4f39fde
3 changed files with 10 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@
!.prettierrc
!eslint.config.js
!README.md
!.vscode
# Ignore MDX files
*.mdx
+3 -3
View File
@@ -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.",
},
}
+6 -2
View File
@@ -1,4 +1,8 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
"recommendations": [
"astro-build.astro-vscode",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint"
]
}