Results 884 comments of Ivan Yonchovski

I haven't had the time. But based on the description this is for treemacs repo.

IOW the order of using treemacs API should not break treemacs.

Treeview is broken after breaking the change in treemacs. It should be disabled until this is fixed.

It is an issue with company-lsp and it should be fixed now.

@mattgallagher92 M-x company-diag?

> @jcs090218 Is it possible to set `:exclusive 'no` in [lsp-completion-at-point](https://github.com/emacs-lsp/lsp-mode/blob/48cf201006c9eb6077e0f4caec04a660307d6df2/lsp-completion.el#L515) this would allow other completion systems to come into play when lsp fails to find a completion. As per:...

seems like a cache bug... It has to be investigated. cc @kiennq

@jakejx you know that there is already implementation rust-analyzer and clangd, right?

I think that they were using the same structure but a different method name (or something like that). I am failing to find the issue in which we discussed the...

> One thing I have noticed already is gopls returns an empty object for the inlay hint capability which is treated as nil in elisp. This is what we do...