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

VSCode seeing nested module's parent as a folder #182

Closed tacheometry closed 4 years ago

tacheometry commented 4 years ago

When you nest another module inside a module (with the AGF Explorer in the left), you can't open the parent module! This means you need to move all descendants into another place before being able to read the code inside the main module (in this case DataStore2). When you close the editor for that file, it's basically lost, unless you resort to editing from Studio. GIF: https://gyazo.com/a3e43dd91b627f8c320670af264d90f3

Sleitnick commented 4 years ago

Have you tried clicking on another module and then clicking it again? Sometimes it won't reopen a script you already have selected (which admittedly is another bug that needs to be addressed).

tacheometry commented 4 years ago

Yes, this works when clicking another module before opening your original intended one.

Sleitnick commented 4 years ago

Cool! There's an updated issue here that will follow this bug, so I'll close this one to avoid duplicates

https://github.com/Sleitnick/AeroGameFramework/issues/185