protocol icon indicating copy to clipboard operation
protocol copied to clipboard

ProgressParams.Token should be a pointer or it won't marshal.

Open perrito666 opened this issue 4 years ago • 3 comments

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.

Thank you very much for this library

perrito666 avatar Dec 06 '21 16:12 perrito666

@perrito666 sorry for the delay. will looking it

zchee avatar Mar 24 '22 08:03 zchee

Hello - I wanted to see if anyone is looking into this? Should we create a PR?

mnoah1 avatar Aug 07 '24 19:08 mnoah1