Arseniy Zaostrovnykh
Arseniy Zaostrovnykh
I have upgraded SonarLint and its plugins to the latest versions used in the VSCode plugin in [this PR](https://github.com/emacs-lsp/lsp-sonarlint/pull/15). The CI tests suggest that it works pretty reliably. Please give...
https://github.com/emacs-lsp/lsp-sonarlint/pull/22 has improved the on-boarding experience. Is this issue still relevant?
This package is based on the SonarLint language server from [SonarLint for VSCode](https://www.sonarsource.com/products/sonarlint/features/vs-code/). As you can see, SonarLint for VSCode does not support C#, hence its language server also provides...
I am not sure what your question is, so I'll just add my data point: I am running (via Doom Emacs v29.4) lsp-mode 9.0.1 and ccls with clangd 18.1.6 installed...
I see now. I did not run `install server`, but I guess it installs clangd 15 according to [`lsp-clangd-version`](https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-clangd.el#L50). Note that it is a customization point, so you can override...
> Note that it is a customization point, so you can override it with 18.1.6 in your config. Correction: 18.1.3 seems to be the latest available on [the github releases](https://github.com/clangd/clangd/releases/tag/18.1.3)...