Fixing Zed's language server
Published 📅: ....
Last modified 📝: ....
Share this post on BlueskySee discussion on Bluesky
I was recently trying out the Zed editor instead of VSCode, however for a while I was struggling with getting the language server to work for a project. I wasn't seeing any inlay hints, nor any hover tooltips for any JavaScript or TypeScript code, it was getting pretty frustrating.
I was about to give up on it and go back to VSCode, but I figured I'd give it one last go.
After some debugging, I found out a few things that felt decently buried in their support forums so I figured I'd blog them here in case others run into the same issue and are looking for the solution.