Results 884 comments of Ivan Yonchovski

did you restart before reinstalling? Can you give me the callstack for the error?

If you change the function like that it will most likely work: ``` (defun lsp-treemacs--generic-icon (item expanded?) "Get the symbol for the the kind." (concat (if (or (plist-get item :children)...

> If the order of opening project files is important, at least after respective cpp file will be opened and loaded there should be no errors in the headers files....

I am confused, the errors are not generated by lsp-mode but returned by the language server and lsp-mode is only displaying them. What is the expected fix on the lsp-mode's...

@ville-h > @ericdallo the [last time](https://github.com/emacs-lsp/lsp-mode/issues/2998) one of you told it's someone else's bug, turned out that it wasn't, so excuse me if I am less than enthusiastic to go...

Can you provide a full example?

I am still unable to repro with this example. Are you sure it reproduces with M-x lsp-start-plain?

> I can't get the dropdown to appear _at all_... It shows up after typing 2 chars.

Do you have `company-minimum-prefix-length` set to 0? If yes, then this is the issue and you can close the bug report.

> I guess this configuration is never going to work and we need instead a dap-react-native which uses the https://github.com/microsoft/vscode-react-native extension or https://github.com/jhen0409/react-native-debugger? Yes, we have to create the corresponding...