ΝΙΚΟΛΑΣ

Results 244 comments of ΝΙΚΟΛΑΣ

🚢 Shipped [v3.0.0](https://github.com/panoply/vscode-liquid/releases/tag/v3.0.0)

Hey @megatux. I only built support for syntax highlighting but not validations which is why you get those errors. You can disable validations on `scss.liquid` files in workspace settings from...

🚢 Shipped [v3.0.0](https://github.com/panoply/vscode-liquid/releases/tag/v3.0.0)

Hey I'll ship this in Liquify (next major) and notify you when released.

In the current version you can use `indent_size` size setting which defaults to 2. ```json "html": { "indent_size": 4 }, ``` I will investigate if tabs are supported in current...

It is possible to do, I just forget the settings to make it work. It must be frustrating for you. From the example it seems to indenting 4x tabs. I...

Hey James, The bad news is, this occurs because the current version does not support Liquid contained within CSS. The good news is, its fixed in Liquify. So Liquid contained...

🚢 Shipped [v3.0.0](https://github.com/panoply/vscode-liquid/releases/tag/v3.0.0)

You can do this in your workspace settings: ``` { "[liquid]": { "editor.defaultFormatter": "sissel.shopify-liquid" } } ``` > Is it possible to add this feature? Could I be of help,...

🚢 Shipped [v3.0.0](https://github.com/panoply/vscode-liquid/releases/tag/v3.0.0)