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

Add support for login_button filter #751

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

Add support for login_button filter #751

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
login_button filter isn'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:

{{ shop | login_button: action: 'follow' }}
Screenshot 2023-11-26 at 11 28 18 AM

Stack trace

Undefined filter login_buttontheme-check (UnknownFilter)

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

Same as #750

Try the following in your vscode settings.json

{
  "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