ΝΙΚΟΛΑΣ

Results 244 comments of ΝΙΚΟΛΑΣ

@3daddict also, your issues are likely to do with a third party extension. You should not have to add the schema tag. Disable other extensions and figure out the conflict.

@joelwmale follow https://github.com/panoply/vscode-liquid/issues/86#issuecomment-1098703275 @3daddict the reason it gets messed up is because you cannot infuse Liquid and JSON together. The formatter only supports Liquid + HTML. Even though Shopify "experts"...

@3daddict Also, here is how you should write it: ```liquid { "@context": "http://schema.org/BlogPosting", "@type": "BlogPosting", "headline": "{{ article.title }}", "articleBody": "{{ article.content | strip_html }}", "description": "{{ article.exerpt | strip_html...

FWIW this was addressed in [Prettify](https://github.com/panoply/prettify) along with descriptive annotation so folks can better understand what each rule does ([example](https://github.com/panoply/prettify/blob/master/src/types/json.ts)) and it will be used under the hood in Liquify.

🚢 Shipped [v3.0.0](https://github.com/panoply/vscode-liquid/releases/tag/v3.0.0) This should no longer be an issue. Take a look at readme and release notes. Also look at [Prettify](https://github.com/panoply/prettify).

This will be fixed in version 2.4.0 which will be released in the ~coming days~ soon.

Hey @james0r, so the next version (2.4) will mostly likely drop snippet support and instead provide them as a separate extension or if the maintainer of [vscode-liquid-snippets](https://github.com/killalau/vscode-liquid-snippets) eliminates its extension...

🚢 Shipped [v3.0.0](https://github.com/panoply/vscode-liquid/releases/tag/v3.0.0) Snippets no longer associate to HTML and instead completions are something you can leverage.

Hey @itszoose this is because you have a newline in the attribute value at `srcset` - The formatter used in this version does not support such structures, so something like:...

@itszoose I understand how frustrating it can be but in this version there is nothing at this present moment that can be applied to fix it because it was not...