Short description of issue
The “Shopify Liquid” vscode extension has an update, which makes it incompatible with the code editor in admin
Reproduction steps
Open any .liquid file in any theme on an online store. Will not load theme-check / syntax validation — the editor shows no linting or error highlighting as expected.
Additional info
The built-in “Shopify Liquid” extension (Local Extension) is flagged as incompatible with the current version of the code editor. The warning reads: “Extension is not compatible with Code 1.101.0. Extension requires: ^1.104.0.” As a result, the extension is disabled and theme-check functionality is broken inside the Shopify admin code editor. This appears to be caused by a recent update to the extension that bumped its minimum required VS Code engine version above what the embedded admin editor is running. Downgrading or pinning the extension version may be a temporary workaround until the admin editor is updated to match.
What type of topic is this
Bug report
