slackhq / vscode-hack

Hack language & HHVM debugger support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pranayagarwal.vscode-hack
MIT License
76 stars 38 forks source link

Fix notice file generator #85

Closed PranayAgarwal closed 4 years ago

PranayAgarwal commented 4 years ago

Not quite sure what changed, but the stream ready event isn't emitted anymore, which results in an empty NOTICE.md file included in the package. Writing to the file without waiting for the event works.