2024-01-21 20:57:55 +03:00
|
|
|
{
|
|
|
|
"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",
|
2024-03-23 21:35:48 +03:00
|
|
|
"stylelint.vscode-stylelint",
|
|
|
|
"yzhang.markdown-all-in-one"
|
2024-01-21 20:57:55 +03:00
|
|
|
]
|
|
|
|
}
|