the-dream-machine
the-dream-machine
This workaround worked for me: https://github.com/oven-sh/bun/issues/5320#issuecomment-2166824602
Thanks @akamfoad. Was able to get it working by importing the styles in the root: ```tsx // app/root.tsx import VaulStyles from "vaul/dist/index.css"; export const links: LinksFunction = () => [...
Is there any news about the progress on this issue? I'm still experiencing it using `biome v1.9.4` and `biome-zed v0.2.0`
@ematipico I've updated to `@biomejs/biome v2.0.4` and I'm still getting this error when trying to rename all instances of a variable in zed: ```sh Error: Prepare rename via biome failed:...
@ematipico Sure, here is my `biome.json`: ```json { "$schema": "https://biomejs.dev/schemas/2.0.4/schema.json", "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 80, "attributePosition": "auto" }, "assist": { "actions":...
Thanks for looking into this. I've updated the `biome CLI` to `2.0.5` via brew, updated `@biomejs/biome` to `2.0.5` and reinstalled the `biome-zed` extension `v0.2.0` to make sure I'm on the...
Thanks @kasimir-dka for testing this. @ematipico Looks like the this is still an issue in `v2.0.5`. Is there a way to get more information about this error from zed?
@ematipico I signed out of zed and signed back in and it seems to be working now. I haven't updated anything else since [this](https://github.com/biomejs/biome-zed/issues/72#issuecomment-2993649072) reproduction.
On zed `v0.199.8` and tailwindcss `v4.1.3`, I fixed it by adding the `tailwindcss-language-server` to the list of language servers for the appropriate file types in `.zed/settings.json`: ```json "JSX": { "language_servers":...
I'm still running into this issue, are there any workarounds or fixes?