Closed karreiro closed 1 year ago
Fixes https://github.com/Shopify/theme-check/issues/679
The VariableLookupFinder was falling in an infinite loop in scenarios involving circular references, which was affecting future completion requests.
VariableLookupFinder
Before:
After:
Fixes https://github.com/Shopify/theme-check/issues/679
The
VariableLookupFinder
was falling in an infinite loop in scenarios involving circular references, which was affecting future completion requests.Before:
After: