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
215 stars 57 forks source link

Creating files externally does not update AGF tree view #104

Open OverHash opened 4 years ago

OverHash commented 4 years ago

When creating new files without the "Create Script" feature of AGF, the tree view does not update. This also happens when you delete a script.

Example: I push to github, my friend "pulls" from github, and receives the files. In file explorer, the files are there. In AGF tree view in VSC, they are not. Reloading VSC window will then display the files

Sleitnick commented 4 years ago

Thanks for the report. The extension is not currently 'watching' the directory for changes. Until this is resolved, you can right-click on one of the files and select the Refresh option.