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:
12
.vscode/extensions.json
vendored
12
.vscode/extensions.json
vendored
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user