Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Support for section groups #750

Closed
nuotsu opened this issue Nov 26, 2023 · 1 comment
Closed

Support for section groups #750

nuotsu opened this issue Nov 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@nuotsu
Copy link

nuotsu commented Nov 26, 2023

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

  • MacOS Sonoma [14.0 (23A344)]
  • Version: 1.11.0

Additional context

@nuotsu nuotsu added the bug Something isn't working label Nov 26, 2023
@charlespwd
Copy link
Contributor

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
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants