decentraland / editor-sdk7

VSCode extension for Decentraland SDK7 projects
https://marketplace.visualstudio.com/items?itemName=DecentralandFoundation.decentraland-sdk7
MIT License
3 stars 5 forks source link

feat: notify updates in the SDK #13

Closed cazala closed 1 year ago

cazala commented 1 year ago

Closes https://github.com/decentraland/sdk/issues/647

This PR adds a new notifyUpdate helper that can be used to communicate updates of a particular module, and uses it to notify updates of the @dcl/sdk package. We could reuse it later if we want to track other packages, or the extension itself.