c0018b66f3
Make it easy to initialize the development environment.
12 lines
306 B
JSON
12 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"
|
|
]
|
|
}
|