Skip to content

Commit 79ada3a

Browse files
committed
feat(vscode): ✨ add recommended extensions for Front Matter CMS
* Introduced a new `.vscode/extensions.json` file. * Added recommendations for essential extensions to enhance development experience.
1 parent 08daed8 commit 79ada3a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"eliostruyf.vscode-front-matter",
4+
"davidanson.vscode-markdownlint",
5+
"yzhang.markdown-all-in-one",
6+
]
7+
}

0 commit comments

Comments
 (0)