ΝΙΚΟΛΑΣ

Results 244 comments of ΝΙΚΟΛΑΣ

Hey @mau2099 this is likely a defect. You can adjust it manually after initial format.

> do you mean it's a defect in the original prettydiff tool? Or am I doing something wrong in the code? So likely an issue with PrettyDiff the current version...

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

This is probably better handled with PrettyDiff/Sparser so I will need to be passed upstream to that project. Somewhat related is https://github.com/prettydiff/prettydiff/issues/609.

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

Hey @stressed-pet-owner interesting, can you show me the Liquid file?

Add this to a `.liquidrc` file (this is my defaults, tends to work for most use cases) ```json { "ignore": [ { "type": "liquid", "begin": "comment", "end": "endcomment" }, {...

I'm not sure why formatting is failing within your code. For some context, here is screencast of formatting working on a very large section. Try the following: 1. Remove the...

Formatting is intended to work on document save, here are some additional configs that might help you: ```json "editor.foldingStrategy": "indentation", "editor.formatOnSave": true ``` > The updates have successfully ignored auto-formatting...

Search the issues regarding this. I posted an solution somewhere. Sent from my iPhone > On 19 Apr 2022, at 06:21, Mike ***@***.***> wrote: > >  > Hi @panoply,...