Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
333 stars 96 forks source link

Support for section groups #750

Closed nuotsu closed 7 months ago

nuotsu commented 7 months ago

Describe the bug Section groups aren't recognized and the linter displays an error squiggly line.

Expected Not show the linter error line.

Actual The following Liquid code is accurate but shows the squiggly line:

{% sections 'header-groups' %}
Screenshot 2023-11-26 at 11 24 15 AM

Stack trace

Unknown tag 'sections'theme-check (SyntaxError)

Debugging information

Additional context

charlespwd commented 7 months ago

Yeah all that is going away with theme-check 2.0 coming in this or next week. 🙏

In the meantime you can try the following in your VS Code settings to start using it right away:

{
  "shopifyLiquid.themeCheckNextDevPreview": true
}