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
Token type has a custom Marshaller/Unmarshaler and no public attributes. When used in ProgressParams it Marshals to a {} instead of string and, at least VSCode silently ignores it as it cannot find a corresponding type.
I wanted to contribute a patch but I am not sure how this is being generated.