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
When attempting to use the LanguageServerTestBase to construct a LanguageClient for e2e testing of my language server, I'd like to test different scenarios for the client supporting message requests and not.
Unfortunately, ShowMessageRequestClientCapabilities doesn't implement ICapability, so when trying to add it to the client options with WithCapability it fails due to the type requirement.
This seems like a simple fix, so I'll be linking a PR shortly.
The text was updated successfully, but these errors were encountered:
chrissimon-au
added a commit
to chrissimon-au/csharp-language-server-protocol
that referenced
this issue
Nov 19, 2023
When attempting to use the
LanguageServerTestBase
to construct a LanguageClient for e2e testing of my language server, I'd like to test different scenarios for the client supporting message requests and not.Unfortunately, ShowMessageRequestClientCapabilities doesn't implement
ICapability
, so when trying to add it to the client options withWithCapability
it fails due to the type requirement.This seems like a simple fix, so I'll be linking a PR shortly.
The text was updated successfully, but these errors were encountered: