Sibi Prabakaran

Results 142 comments of Sibi Prabakaran

Thanks for the detailed bug report @arcsteveio. Note that this is kind of a expected behavior and happens with Visual studio code too: The only difference is that visual studio...

@jleechpe How are you testing it in VSCode ? I can confirm that I can reproduce in both lsp-mode as well as VS Code.

@jleechpe Thanks for the upstream bug report.

> Is there a snippet of configuration which you can share that would reliably (or even just >50% of times) lead to reproduction? I see that others have already given...

My default configuration does have a different location for backup files but that doesn't fix the issue: ``` (setq backup-directory-alist '(("" . "~/.emacs.d/emacs_backup"))) ``` I guess I can disable the...

As a temporary workaround I have switched to 0.28.1 which I can confirm works fine. I also volunteer to test out any PR's which will help in resolving this issue.

This issue has been fixed for me when I upgraded to v0.8.2

> I missed the fact that lsp-terraform-ls uses lsp-terraform-ls--set-tokens; that should probably be cleaned up in a separate PR; I can do that tomorrow or on the weekend. As for...

@sebastiansturm Thanks! I tested your PR against terraform and left my comment here: https://github.com/emacs-lsp/lsp-mode/pull/3680#issuecomment-1235749313