1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

build(editor): add VS Code config

Make it easy to initialize the development environment.
This commit is contained in:
Cotes Chung
2024-01-22 01:57:55 +08:00
parent 02e296ed75
commit c0018b66f3
3 changed files with 36 additions and 1 deletions

12
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"recommendations": [
// Liquid tags auto-complete
"killalau.vscode-liquid-snippets",
// Liquid syntax highlighting and formatting
"Shopify.theme-check-vscode",
// Common formatter
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"stylelint.vscode-stylelint"
]
}