vscode-liquid
vscode-liquid copied to clipboard
💧Liquid language support for VS Code
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...
On save the schema looks like this. Is this correct?  Here's my .liquidrc settings `{ "ignore": [ { "type": "liquid", "begin": "comment", "end": "endcomment" }, { "type": "html", "begin":...
 ### 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...
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...
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...
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...
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.   Thank you!