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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
…cess (#451)
Fixes#449.
Also fixes an ArgumentNullException in a dictionary TryGetValue in ProtocolInfo. I'm not sure why that one is happening, but it's also showing up as frequently as the SpecializedNamespace issue.
jakebailey
added a commit
to jakebailey/python-language-server
that referenced
this issue
Nov 1, 2019
…cess (microsoft#451)
Fixesmicrosoft#449.
Also fixes an ArgumentNullException in a dictionary TryGetValue in ProtocolInfo. I'm not sure why that one is happening, but it's also showing up as frequently as the SpecializedNamespace issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seeing this one pop up. It looks like the checks on
_original
being null are not consistent in this file.Also, the statements ending in
?.MaybeEnumerate()
are likely not needed either. ripgrepping shows:I have a fix ready, just making this for tracking.
The text was updated successfully, but these errors were encountered: