Ivan Yonchovski
Ivan Yonchovski
Hey @shivjm, willing to take a look?
https://github.com/typescript-language-server/typescript-language-server/pull/303/files#r869102064
I will keep it open - we might think of some hacky solution to avoid server bugs...
Do you have `(require 'lsp-tailwindcss)` in your init.el? What is the content of `\*lsp-log\*`?
That is a known limitation, we should restructure lsp-mode to pick project root before checking if there is server matching the current file.
@dirodriguezm the workaround is in the report description - use lsp-workspace-folders-add before opening the project
`vendor` is too generic, I would rather not put it in the default set.
We can use after open function to set buffer local or put the specific filters in the `lsp--client`
It seems to me that the only thing that we do that might affect this is to bind default-directory to the project root when starting the process. I am not...
Can someone post client-server log which includes: 1. The error 2. The behaviour after the error after `M-x company-complete` (which forces the completion call). It will be best if the...