-
-
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
tree-sitter-elm.wasm not found #1052
Comments
Could be this change 1dd8d65#diff-1f963b5ae3613de37b5354a3da594cdef878e0715ad0eb3896bd701e2511b273R60 |
Same issue here with a relatively new version of NVIM. Using Packer and Mason and did a |
@Chocrates I edited |
Thanks that worked for me @jweir |
Same error here. I paste the stack I got in neovim as it is slightly different from @jweir, in case it could helps
|
Just ran into same problem in Neovim using Mason for LSP business.
I've just downgrading the package rather than messing with the source
|
I think this issue is caused by a recent refactor of the code into separate folders. For example this section of code used to be in the elm-language-server/src/common/index.ts Lines 60 to 65 in ddab044
At the moment, I've shared a potential fix at #1070 |
Fixed by #1070. |
This needs a new server release to reach vim users |
Starting vim with elm-language-server 2.7.1 I get the following error:
Current Workaround
I adjusted the path to tree-sitter-elm to the below, but this probably isn't a great solution.
Your Environment
The text was updated successfully, but these errors were encountered: