You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to update server for the LSP-graphql plugin(for Sublime Text) from 3.3.28 to 3.3.29 in this PR.
And when I did that
the server crashed with the following error message Error: Cannot find module 'typescript'
@favna yes, the next patch release should fix it here in a few minutes. this error occurs in both places because vscode-graphql is just a thin client reference implementation of the LSP server
again, I wish there was a way that tests could help us with this, but the possibility to test for these kinds of bugs does not exist for vscode or LSP servers yet
Is there an existing issue for this?
Current Behavior
Hello,
I wanted to update server for the LSP-graphql plugin(for Sublime Text) from 3.3.28 to 3.3.29 in this PR.
And when I did that
the server crashed with the following error message
Error: Cannot find module 'typescript'
Expected Behavior
Because this is a patch update.
I would not expect such errors to happen.
I would consider this error OK if this was marked as a breaking change with a suitable version 4
3.x.x change (if this change was intentional).Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: