jose-elias-alvarez / nvim-lsp-ts-utils

Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
The Unlicense
438 stars 18 forks source link

Eslint diagnostics #10

Closed folke closed 3 years ago

folke commented 3 years ago

Thank you for making this plugin! Really love the new diagnostics and code actions.

It would however be great if you could change the diagnostic item to be in line with other lsp servers.

A diagnostic item has a message, source and code field among others.

It seems you are appending the code to the message between brackets and are not providing the code field.

Would be great if this could be fixed, so rendering of the diagnostic will be much better in lsp-trouble