protocol
protocol copied to clipboard
ProgressParams.Token should be a pointer or it won't marshal.
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 sorry for the delay. will looking it
Hello - I wanted to see if anyone is looking into this? Should we create a PR?