Does coc support workspace/diagnostics part of the LSP spec #5353
Answered
by
fannheyward
asmodeus812
asked this question in
Q&A
-
|
I was just wondering if coc supports currently the diagnostics part of the spec as mentioned here - neovim/neovim#34231. |
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
May 30, 2025
Replies: 2 comments 1 reply
-
|
Yes https://github.com/neoclide/coc.nvim/blob/master/src/language-client/diagnostic.ts#L444 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
asmodeus812
-
|
Pull for workspace diagnostics is enabled by default |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes https://github.com/neoclide/coc.nvim/blob/master/src/language-client/diagnostic.ts#L444