Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Releases: Shopify/theme-check-vscode

v1.7.4

29 Nov 20:57
Compare
Choose a tag to compare

Full Changelog: v1.7.3...v1.7.4

v1.7.3

24 Nov 20:26
Compare
Choose a tag to compare

Full Changelog: v1.7.2...v1.7.3

v1.7.2

22 Nov 19:59
Compare
Choose a tag to compare

Changes:

  • Upgrade prettier plugin version to v0.4.1
  • Syntax highlighting update (stylesheet tag)

Full Changelog: v1.7.1...v1.7.2

v1.7.1

01 Nov 15:33
Compare
Choose a tag to compare
  • Fixes typo in config description

Full Changelog: v1.7.0...v1.7.1

v1.7.0

09 Sep 13:39
Compare
Choose a tag to compare

What's changed?

  • Bump @shopify/prettier-plugin-version to v0.4.0

Full Changelog: v1.5.0...v1.6.0

v1.6.0

26 Aug 14:16
Compare
Choose a tag to compare
  • Bump @shopify/prettier-plugin-version to v0.3.0

Full Changelog: v1.5.0...v1.6.0

v1.4.3

27 May 19:57
Compare
Choose a tag to compare
  • Add explicit dependency to @shopify/prettier-plugin-liquid

v1.4.2

27 May 14:35
Compare
Choose a tag to compare
  • Fixup formatter extra character problem
  • Stop treating .{s?css,js}.liquid files as liquid files

v1.4.1

25 May 19:44
Compare
Choose a tag to compare
  • Small fixup around error handling of the formatter.

v1.4.0

25 May 19:21
Compare
Choose a tag to compare

1.4.0 / 2022-05-25

  • Use standard location for the Liquid grammar
  • Add Liquid Formatting Developer Preview
    • Do the following to enable enable the preview:
      1. Set "shopifyLiquid.formatterDevPreview" to true in your VS Code settings.json
      2. Do any of the following:
        • Right-click in a .liquid file > Format Document
        • Select Format Document from the command palette (cmd+p)
        • Bind Format Document to a keyboard shortcut
        • Enable formatOnSave for Liquid files:
          "[liquid]": {
            "editor.defaultFormatter": "Shopify.theme-check-vscode",
            "editor.formatOnSave": true
          },