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
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?
"plugins": [{ "name": "@effect/language-service" }] to my TS compilerOptions yet I do not see any warnings for this: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?
