-
Notifications
You must be signed in to change notification settings - Fork 105
Breaking: Error object was misshaped, textdocumentsync double registered. #38
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
Conversation
Cheers - |
Looks to be indexed now. |
After upgrading to
|
Hooray for verbose logging!
|
Also:
|
a crash on shutdown is the only way to shutdown I'm tell you! |
At least the logging is useful... time to add some extra tests. |
Yeah for sure - logging saved my bacon several times while I was building the client :-D |
Error
didn't have the correct property attached to it. Renamed class toRpcError
and updated property name to beError
ErrorResponse
to use two derived types, this is to ensure that both theresult
anderror
properties will be set correctly.ITextDocumentSyncHandler
was being registered twice for servers that support dynamic registration.deploying as
v0.5.0
cc @tintoyI tested with a ProjectReference so things appear to be working in my project anyway.