TypeFox / vscode-messenger

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

Added handling of several corner cases #1

Closed spoenemann closed 2 years ago

spoenemann commented 2 years ago

I restructured the processing of incoming and outgoing messages so we can handle more corner cases:

I also deleted yarn.lock and updated package-lock.json as we currently use npm, not yarn.

dhuebner commented 2 years ago

First PR 🥇