Farmer Paul
Farmer Paul
@svivian, same is true for me: comments no longer recognized in this extension's Blade syntax highlighting when [Liquid](https://marketplace.visualstudio.com/items?itemName=sissel.shopify-liquid) extension is also enabled. I just disabled Liquid since I rarely edit...
So, for anyone else with the patience and savvy to follow @theothersophie's thorough instructions (thanks, btw!), you may run into a few issues along the way. I thought I'd share...
I was just about to make your package a dependency on our project, as it looks like it'll be the perfect fit, but then I tried typing "replace" on my...
Unfortunately, this bug seems to make the `stylePreview: true` setting incompatible with [Chromatic](https://www.chromatic.com/)'s component views, which are also rendered in isolation. Chromatic relies heavily on isolated component renderings for its...
I came up with a workaround for anyone interested! Create `.storybook/preview-head.html` and populate it with this code: ```html /* ================================================= Manually apply dark/light mode class to target element if not...
I agree, not sure what the rationale is behind those original lines of code (if the `format` parameter already exists, then change it to `json`, but then if it doesn't...
It started _sort of_ working as soon as I tried removing `useSourceHash: true`, and added `delay: 100` to the `LiveReloadPlugin` settings. I don't actually have a clue what's going on...