1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-31 20:17:14 +00:00

feat(dev): support vscode dev-container (#1781)

This commit is contained in:
Cotes Chung
2024-06-03 21:12:54 +08:00
committed by GitHub
parent 1c5fa0880d
commit 1e3d4a6323
8 changed files with 59 additions and 19 deletions

View File

@@ -1,13 +1,3 @@
{
"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",
"yzhang.markdown-all-in-one"
]
"recommendations": ["ms-vscode-remote.remote-containers"]
}