Skip to content
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

createLanguageServer Internal Error #1963

Closed
SjB opened this issue Oct 9, 2022 · 2 comments
Closed

createLanguageServer Internal Error #1963

SjB opened this issue Oct 9, 2022 · 2 comments

Comments

@SjB
Copy link

SjB commented Oct 9, 2022

Running @volar/vue-language-server v1.0.0-beta2 and above, give me the following error:

LSP :: Error from the Language Server: Request initialize failed with message: Cannot read properties of undefined (reading 'createLanguageService') (Internal Error)

Everything works ok in v1.0.0-beta1.

Running on Arch Linux
emacs 29.0.50
lsp 20221005.1731

@johnsoncodehk
Copy link
Member

See #1916

@SjB
Copy link
Author

SjB commented Oct 10, 2022

Thanks, I was able to fix my config using these line:

`
(with-eval-after-load 'lsp-volar
(setq lsp-typescript-tsdk (file-name-directory (lsp-volar-get-typescript-server-path))))

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants