Results 884 comments of Ivan Yonchovski

Or delete lsp-session-file before starting emacd

> I will just set `backup-by-copying` myself but other vanilla users might run into this issue. Maybe `lsp-mode` could warn if the server supports file renaming but the variable is...

In the `Report bug template` there is an instruction on how to do that: https://github.com/emacs-lsp/lsp-mode/blob/master/.github/ISSUE_TEMPLATE/bug_report.md

I am unable to reproduce with the provided info. Also, I do not see lsp-mode in the error callstack. Are you able to reproduce with lsp-start-plain.el?

> How can I do that? I'm happy to try, but I've never heard of lsp-start-plain.el... The instructions are in the bug template. > It really looks like another `save-match-data`...

> @yyoncho ↑ Does this commit fit your intentions? Looks good, but the best way to ensure that it works fine is to compare the emacs behaviour with vscode one....

> Here is original implementation. > https://github.com/tailwindlabs/tailwindcss-intellisense/blob/b3c17cf5c9d1d74091a4a5ee0504696bb2ce1c46/packages/tailwindcss-intellisense/src/lsp/server.ts#L216 > > `lsp-mode` (or `lsp-ui` ?) support this? You have linked the server, not the client. This is normal onHover which is supported...