No content to show
User Activity
I installed the latest Shopify Liquid VSCode extension and setting up properly. When I format Liquid code with Shopify Liquid, then it is replaced with empty code. check in the video
When I format with Shopify Liquid then it is replaced with empty code
I already tried it. Shopify.theme-check-vscode not respond for formatting
i installed Shopify Liquid vscode extention and that was working good but suddenly I see its not working. it was formating automatically when on Save but now not work even apply command Shift + Alt + F or Command + Shift + X
Thank you, DrewOswald i found the solution based on your reply, that is {% assign max_avail_columns = 3.0 | plus:0.0 | divided_by: 5 | ceil %} its gives the correct value
{% assign max_avail_columns = 3 | divided_by: 5 | ceil %} code return 0 value with ceil formatter, it should return 1. I think this is a bug in Liquid. It should (3/5=0.6) and ceil(0.6)=1 but return 0
05-28-2025
The preview doesn't work in the section block, so I need to use the Theme block. Thank you for suggestion. I hope Shopify will update same like Section Blocks for Theme Blocks Soon
05-28-2025
I'm encountering an issue when using custom blocks within a section schema. Specifically, when I loop through the blocks using a for loop and apply conditions, the block.settings object returns as empty ({}). Additionally, all block types are identif...