Ivan Yonchovski
Ivan Yonchovski
Yes. On Thu, Dec 24, 2020 at 11:24 AM Takeshi Tsukamoto wrote: > *@itome* commented on this pull request. > ------------------------------ > > In clients/lsp-tailwindcss.el > : > > >...
Check what textDocument/hover is returning, call it explicitly via M-x lsp-describe-thing-at-point
> `lsp-describe-thing-at-point` timeout with following error message > > ``` > lsp-request: Timeout while waiting for response. Method: textDocument/hover. > ``` I am not quite sure what might be causing...
> What's wrong here? It should be vector, not list.
@VisionaryAppDev AFAICS https://github.com/merrickluo/lsp-tailwindcss is actively developed. Isn't it sufficient?
> And I wanted to see if this one will be faster? @VisionaryAppDev - the speed is not relevant to the server configuration. If M-x lsp-doctor is all green then...
I guess we can, although I don't see big value in it because you can go in lsp install dir and delete whatever your want or you can use lsp-disabled-clients...
> I think it's more like a way to clean what lsp-mode did, just to have a way in and out I see that but in the end, you can...
I don't mind adding it, it has a certain value.
Can you provide a full reproducer: 1. Emacs config to use with `emacs -q` 2. Sample cpp file.