Chris Brown
Chris Brown
I have run into this issue also. As interim solution, the following approaches seem to work pretty reliably for me, although YMMV. (I've modified your codepen to show examples) 1st...
@joshiain - any further info on how you set this up? I've installed `typescript-svelte-plugin` in my sveltekit project and added to my root `tsconfig.json`, yet zed still can't seem to...
Figured out why installing the plugin wasn't helping things. The [change in Zed `0.141.2`](https://zed.dev/releases/stable/0.141.2) to use `vtsls` as the default language server for typescript instead of `typescript-language-server` was causing issues...