vim-lsp icon indicating copy to clipboard operation
vim-lsp copied to clipboard

Unexpected lsp diagnostics in difference filetypes

Open jiz4oh opened this issue 1 year ago • 1 comments

Hi, I occurred a weird error, call :LspDocumentDiagnostics and get unexpected lsp servers(typescript-language-server/bash-language-server) in my ruby files image

I haven't found a step to reproduce the error stably, but usually occurred after I open many difference filetype files and lsp servers.

I try to find the root cause, seems like both typescript-language-server/bash-language-server are sent textDocument/publishDiagnostics response for my ruby files, but I don't know why them acts like this, could anyone help me to realize the 'textDocument/publishDiagnostics' how is working? image

jiz4oh avatar Aug 16 '23 03:08 jiz4oh

I am also facing this issue. In my case clangd is getting triggered for matlab files.

jbarik avatar Oct 12 '23 09:10 jbarik