TypeFox / vscode-messenger

RPC messaging library for the VS Code extension platform
MIT License
33 stars 3 forks source link

Added support for multiple handlers #7

Closed spoenemann closed 1 year ago

spoenemann commented 1 year ago

In some cases it is necessary to register multiple handlers for the same message type in the VS Code extension (not in the webview). The change includes the following: