We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step to reproduce,
M-x lsp-rename
The text was updated successfully, but these errors were encountered:
I'm running into the same, but know too little about how lsp-mode and lsp-haskell work under the hood to debug it myself I think.
lsp-mode
lsp-haskell
Sorry, something went wrong.
I can confirm that this workaround works for me: emacs-lsp/lsp-mode#4473 (comment)
So setting this seems to make it work:
(use-package lsp-haskell :ensure t :after (haskell-mode) :custom (lsp-rename-use-prepare nil))
@psibi Awesome, works for me as well. I didn't even know about the existence of prepareRename before this.
prepareRename
hmm, nice.
what should be the proper fix in the package?
No branches or pull requests
Step to reproduce,
M-x lsp-rename
The text was updated successfully, but these errors were encountered: