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

Error handling, when tsserver cannot be found #28

Closed
svenefftinge opened this issue Feb 28, 2018 · 1 comment
Closed

Error handling, when tsserver cannot be found #28

svenefftinge opened this issue Feb 28, 2018 · 1 comment
Projects

Comments

@svenefftinge
Copy link
Contributor

Since we no longer ship typescript with this npm package, there are scenarios in which no tsservercan be found. We need to send a message to the user, telling her what to do.

The corresponding exception https://github.com/theia-ide/typescript-language-server/blob/master/src/lsp-server.ts#L85

@rchl
Copy link
Member

rchl commented Nov 21, 2021

With #292 we'll fail the initialize request with an Could not find a valid tsserver version. Exiting. error if we can't resolve typescript.

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

No branches or pull requests

2 participants