Andrew Lovett-Barron
Andrew Lovett-Barron
@elliotwoods Hey Elliot, wondering if you found a solution to this?
@elliotwoods Thanks for the resp! Figured it out, might do a PR with some other stuff too.
Running into a similar problem with the command mjml.previewToSide. It just indicates that it's not found. vscode: 1.36.0 osx: 10.14.5
I should mention: I don't think this is a qmk bug — rather just an FYI on Ventura. My guess is it has something to do with the usb peripheral...
Hi @MrXsc, did you find any solution for this?
@karstenpedersen Could you merge this?
You should be able to pass it direct in the package.json eg. ``` "scripts": { "dev": "THEME_KEY=indigone astro dev", "build": "astro build", "check": "astro check", "postbuild": "node ./scripts/search/prepare-index.js", "preview": "astro...