typescript only displays diagnostics for current buffer #1350
-
I can't seem to figure out how to get a TypeScript project to display diagnostics for the whole project. When I open various files, I only see flymake diagnostics for that single file. I thought maybe there was an issue with the project root, but How can I get eglot to display diagnostics for every file in a TypeScript project? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I'm not looking at your screen, so I don't know where you are looking for "diagnostics for the whole project", but the command |
Beta Was this translation helpful? Give feedback.
-
I actually just realized this is happening to my Rust projects too now, so it's not just my typescript setup. I looked into this a bit and it looks like there was an update to consult-flymake at some point in time that changed how it works, but I'm unclear on some things about it. I'll open a discussion there. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing several issues with flymake diagnostics. I'm using eglot as well as
|
Beta Was this translation helpful? Give feedback.
flymake-show-project-diagnostics
, that can probably be done.