vscode-liquid icon indicating copy to clipboard operation
vscode-liquid copied to clipboard

💧Liquid language support for VS Code

Results 86 vscode-liquid issues
Sort by recently updated
recently updated
newest added

Hi, Whenever I save a liquid file, on certain lines it is adding multiple tabs, on the attached video it's doing to the image tag, I have disabled prettier for...

Fixed in Prettify

On save the schema looks like this. Is this correct? ![image](https://user-images.githubusercontent.com/78886814/158742274-25f15e78-2a02-42a6-8299-34a28764c4b4.png) Here's my .liquidrc settings `{ "ignore": [ { "type": "liquid", "begin": "comment", "end": "endcomment" }, { "type": "html", "begin":...

![image](https://user-images.githubusercontent.com/6013871/175099135-6a442673-079a-4ba7-935a-583905634f9d.png) ### Description Every time I run "Liquid: Format Document", the scripts after the `@click` line get indented like 20 times. If I run format again, it gets indented another...

Fixing in Liquify
Fixed in Prettify

Spent a lot of hours todat figuring out why my auto-formatting was not working. Turn out it is because of using ' >-' in multi-line frontmatter (yaml) in my 11ty...

⚡Enhancement
🎀 Prettify

Hey all users 👋 Firstly, thank you for using this extension. As some of you aware, over the last 12 months I have been working on the next version of...

📢 Announcement

Due to various reasons outlined in https://github.com/Microsoft/vscode/issues/31168, open source builds and forks of VS Code cannot install extensions from the Visual Studio Marketplace. [Open VSX], an alternative extension registry, can...

⚡Enhancement
v3.1.0

Hi, I ve doing shopify theme development for more than 6 months and I ve been struggling finding the right setting formatting settings with VS code. I currently have a...

Seems like many conventions drop attributes to a new line for 2 or 3+ attributes. Would be nice to see either only multiple attribute tags dropped to new lines, or...

I would like to have the same syntax highlighting in yaml files opened in VS Code as for example in json files. ![image](https://user-images.githubusercontent.com/8402823/155342478-324a9d8f-85d9-4cec-87e8-6e21956061ae.png) ![image](https://user-images.githubusercontent.com/8402823/155342172-d1031c81-a98d-4e0c-b982-0e37642e2c90.png) Thank you!