Shopify / theme-tools

Everything developer experience for Shopify themes
https://shopify.dev/docs/themes
MIT License
71 stars 19 forks source link

`recommendations` is an object that is available to the Section Rendering API #346

Open charlespwd opened 5 months ago

charlespwd commented 5 months ago

Describe the bug recommendations is an object that is available to the Section Rendering API, this means that Theme App Extensions also have access to it. We need to figure out a way to not throw an error/complete it in TAE blocks.

Source

{{ recommendations }}

Expected behaviour Completion/hover works in blocks/*.liquid files for a TAE

Actual behaviour Theme check error