panoply / vscode-liquid

💧Liquid language support for VS Code
https://marketplace.visualstudio.com/items?itemName=sissel.shopify-liquid
Other
171 stars 22 forks source link

v3.0.1 (Patch) #103

Closed panoply closed 1 year ago

panoply commented 1 year ago

As per #100 the defaults applied that automatically set editor.formatOnSave to Liquid CSS, Liquid SCSS and Liquid JavaScript are now opt-in. This prevents the extension form running unexpectedly on folks workspaces which have upgraded but not read documentation of release notes.

Prettify Related

Frontmatter

The initial release did not support frontmatter during beautification. Prettify does not yet support frontmatter beautification so triple dashed delimiter regions are ignored by default until support is made possible.

Fixed JSON inherited Rules

JSON rules were not being applied correctly, this patch also fixes that.

Misc