mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|