-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
elm make
Fails After Starting Elm Language Server
#687
Comments
Can you clean out the .elm folder? And run elm install again? |
Sure. Do you mean the A colleague suggested this has something to do with tree-sitter. I tried installing several tree-sitter related Emacs packages but that did not change the situation. |
it should be enough to run elm install in that project, it should still recreate the kinda global .elm folder |
Thanks for this hint. I had similar troubles the last couple of days, but disabling |
@razzeee For some reason that isn't working for me. When I run
If I try
|
I'm not sure how that works anymore, would have to look at it. From memory we run |
I solved my problem. In addition to removing
I'm not very familiar with Elm and did not realize there was also a project local cache. This may or may not be related to my project's use of shelm. Closing since it's not an issue with |
Emacs' integration with
elm-language-server
does not work as server responds with an error for all interactions.Expected Behavior
No error reported by
elm-language-server
.Current Behavior
Starting lsp in a buffer containing an Elm source file with elm-mode activated causes the following text to be displayed in lsp-log:
Possible Solution
Steps to Reproduce (for bugs)
elm-laguage-server
globally with:npm i -g @elm-tooling/elm-language-server
package-list-package
and find and installelm-mode
andlsp-mode
.lsp-mode
withM-x lsp
.Context
Your Environment
node
16.4.0npm
7.18.1The text was updated successfully, but these errors were encountered: