-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add structure hook for Union[str, List[InlayHintLabelPart]]
#219
Conversation
@alcarney It looks like how pygls used to run tests has changed. Would it be possible for you to update the github workflow so that we can run pygls tests as smoke tests? |
It is not immediately obvious to me why the test suite would hang before running any tests - especially when they seem to run fine over on the pygls repo.... But I will have a look and see if I can reproduce it locally |
@alcarney I was running |
@karthiknadig I reproduced it locally - test suite hangs on the second test.
|
05bf213
to
60f0831
Compare
With the addition of tests for pygls' new base JSON-RPC client, it's necessary for `pygls` itself to be importable in order to spin up the test servers.
60f0831
to
0c709db
Compare
Fixes #218