Effect CommunityEC
Effect Community3mo ago
35 replies
Stephen Bluck

Trouble Adding Language Service to Monorepo with Bun

I am trying to add the language-service to a mono repo but I can't seem to get it to work. I am using the workspace TS version, I have added "plugins": [{ "name": "@effect/language-service" }] to my TS compilerOptions yet I do not see any warnings for this:
import { Effect } from "effect"

Effect.succeed("Hello, world!")

I have restarted TS server and cursor. I have this all working in a different repo without issues and I don't recall having to do anything else.

This project is using bun if that makes any difference?
Was this page helpful?