Using the C# to typescript setup, if you created a new outputChannel channel on the Typescript client side, how would you send a log message from the C# server so that it appears in the newly created outputChannel in the client??
I can't seem to find an example of doing this anywhere.