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
+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.",
},
}