I have the Shopify liquid extension installed on my VSCode and the following configuration in my settings.json:
{
"shopifyLiquid.disableWindowsWarning": false,
"themeCheck.checkOnSave": true,
"themeCheck.checkOnOpen": true
}
I’ve already restarted VSCode to make sure the changes were applied. The Shopify linter shows errors on my code (spacing, liquid closing tags etc) but It doesn’t format the code on save.
It’s very annoying specially because of spacing
Any help is appreciated