TSServer >=4.1.0 never publishes textDocument/publishDiagnostics event (NeoVim) #816
-
Hello there, I have encountered an issue with the most recent versions of tsserver (4.1.0, 4.1.1 and 4.1.2) where diagnostics are not being published and thus do not appear in my editor. I have tried switching to various other versions of tsserver and 4.0.0 and 3.3.2 both work as expected. It seems that on these later versions the
Any ideas why this might be happening? I made sure to try this with the latest version of Typescript and Node v20. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your client sends very limited capabilities which don't include the
It should announce all features it supports. |
Beta Was this translation helpful? Give feedback.
Your client sends very limited capabilities which don't include the
textDocument.publishDiagnostics
capability: