Ivan Yonchovski
Ivan Yonchovski
ATM we run using utf-8. we should fix #2080 in a way to allow using utf8 when the server supports that.
> I get stuck like this sometimes as well. Maybe lsp-shutdown needs to clear out all metadata even if the server process isn't currently running? yes, cleanup is buggy.
cc @razzmatazz
There is also https://github.com/emacs-lsp/lsp-mode/pull/3636/ cc @basaran
> yes, I saw that pr as well. I didn't change the original client to avoid conflicts with basaran's pr, as well as to I generally prefer using GH as...
you may do it like this: https://github.com/yyoncho/lsp-mode/blob/master/clients/lsp-clangd.el#L267
https://github.com/emacs-lsp/helm-lsp/search?q=lsp--symbol-kind&type=code I don't see such variable...
> @yyoncho do you think that would be possible to make an integration just like we did with iedit? It seems like it will be possible with small adjustments on...
Flycheck has flycheck-check-syntax-automatically , I am not sure if flymake has the equivalent.
> I want lsp do not call flymake or flycheck when lsp-mode start. > but manualy start it when i need. You cannot have both... This guide contains information how...