Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected lsp diagnostics in difference filetypes #1492

Open
jiz4oh opened this issue Aug 16, 2023 · 1 comment
Open

Unexpected lsp diagnostics in difference filetypes #1492

jiz4oh opened this issue Aug 16, 2023 · 1 comment

Comments

@jiz4oh
Copy link
Contributor

jiz4oh commented Aug 16, 2023

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

@jbarik
Copy link

jbarik commented Oct 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants