-
Notifications
You must be signed in to change notification settings - Fork 2
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
unhandled method textDocument/* #1
Comments
I'm running into this too after setting up emacs + lsp-mode. Further, I'm seeing an earlier debug message reported, as marked below with
Unfortunately, I don't have any more information about WHAT is This is a shame, as there's no real good alternative to this project for lsp for typescript-less JS development at the moment. I certainly hope we can resolve this! |
If it helps I am happy to highlight the relevant bits of my emacs config. It looks like both the standard project setup instructions and @derekstavis are doing much the same thing I have to do, but in VimL rather than elisp so I'm not sure it will help the issue. If you want them, just ask. |
This js lang server just doesn't work at all. None of
|
Hey guys, I have spent quite some time on this today trying to make it work, and I finally made it! I have already created a PR to tweak the ESLint integration, and soon will create a new one to fix the integration with Tern. If you want to play around with my work, I pushed all my changes to my 'dev' branch -- https://github.com/iamFIREcracker/js-langserver/tree/dev Let me know if that fixes some of the issues you were having. Ciao, |
oh god how did I not notice this issue for 7 months |
because GitHub notifications are usually so bloated that no one reads them 😂 |
@iamFIREcracker unfortunately I am still getting the same error |
Hey, thanks for this package!! 👍
I have been trying to setup this language server with my neovim but I couldn't find a way to make it work.
Whenever I try to issue a command to it I get this
unhandled method textDocument/*
, where*
is the command name. Here is my neovim setup:I have double checked and the langserver is running:
Is there something I'm doing the wrong way in here?
The text was updated successfully, but these errors were encountered: