Eslint and TS server stops working occasionally #27111
wouter-leistra
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a rather large turborepo monorepo with approx. 100 different apps and packages. Each app and package has its own eslint config file and tsconfig file.
We are using TS 5.8.2 and Eslint 8 for the whole monorepo. Otherwise the monorepo is primarily TypeScript files (ts and tsx) and we use React and vanilla JS on Node 23.10.
Occasionally when writing code and opening a bunch of files or switching branches, both the eslint issue highlighting and formatting on save as well as the TypeScript highlighting stops working. The latter luckily much less than the former.
It happens multiple times a day. Restarting Zed or reloading the workspace solves the issue again for a while and luckily because Zed is awesome It opens super fast, but it is still annoying flow breaker especially because also the terminal is shutdown when doing a reload.
The zed log file has the following entries when things stop working
Any help or suggestions are very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions