Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
216 stars 57 forks source link

AGF extension needs an updater feature #158

Open Sleitnick opened 4 years ago

Sleitnick commented 4 years ago

At the moment, the AGF extension for VS Code does not have a feature for updating the framework. This is a must-have feature.

Justification: If there's a breaking bug or security issue in the framework, users need to be able to be informed about the issue and given an easy way to remediate the issue. An updater feature would help this significantly. Otherwise, users would have to manually go into the framework code and update it.