Skip to content

Commit

Permalink
build: Add VSCode extension recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRatcliffe committed Sep 18, 2024
1 parent 8b635d3 commit db6ef3a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"recommendations": [
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"crystal-spider.jsdoc-generator",
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"mblode.twig-language-2",
"stylelint.vscode-stylelint",
"yzhang.markdown-all-in-one"
]
}

0 comments on commit db6ef3a

Please sign in to comment.