-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liquid CSS code formatting #154
Comments
Had the same exact issue today and had to uninstall. |
yeah ianjwhitmore I am too much worried about it. |
Hey guys, Patch is coming in #138 - You can always ignore these files, in the {
"ignore": ["./path/to/file.css"]
} When you want disable formatting altogether, In your workspace settings: "[liquid]": {
"editor.defaultFormatter": "sissel.shopify-liquid",
"editor.formatOnSave": false // Make this false
}, This will turn off formatting. |
Hey panoply, Thanks to help me. |
@Muhammad-Jawad133 Ah, I see. In that case you can just disable formatting for "[liquid-css]": {
"editor.defaultFormatter": "sissel.shopify-liquid",
"editor.formatOnSave": false // Make this false
} |
@panoply Thank you very much, should I paste this code in user settings == settings.json? |
Yeah, that will work. You can also use a |
|
Hey, so this is all listed in the readme file and I ask you to please read it. Use the following settings to disable in other files:
|
Also, |
same issue here with formatting, even if i do the smallest 1 letter change and save my theme.liquid it messes up the entire formatting and bricks my website. for self producing you can use your extension to overwrite theme.liquid from the shopify theme called "refresh" it instantly bricks it |
then what is the point of using your extension in first place, if i disable one of the most important features i installed it for?? 🤣 |
@Avnsx this is likely due to the infusion of CSS together with Liquid code. You can either contribute to the conversation in a productive manner or simply don't use the extension. If you can do better, please go right ahead and PR. |
@jackchristian1995 Can you send me the code sample? FWIW if you can run the CSS within code blocks, eg:
In the Æsthetic Playground and then press |
Solving in #138 – Shiping tomorrow. |
I have an swear issue using this extension. so You can see in attached screenshot.
when I am installing this extension and enable it's messy my all CSS code in liquid file.
please suggest me to fix it and help me.
I am trying but not able to fix it.
I have deleted all of my other extensions and use this extension alone but it's still doing the same.
Please help me. now I have disabled tis extension form my vs code.
Loom video also attached
https://loom.com/share/a0518dc97a07466e974dab169710565f
The text was updated successfully, but these errors were encountered: