I'm currently working on Emobble where the repo structure is:
<ROOT>
> Emobble (GM Project folder)
> Tools (Python code)
I need to structure the code this way because GM IDE has many problems when having several thousand files anywhere in the gm project folder. But also due to a personal preference. However VSCode extensions keep crashing when ever Stitch is enabled and attempting to read the file paths.
Ideally in this situation if i went to the stitch nav tab it would just use the only GM project file, but in the event of multiple projects under the same root folder (possibly client vs server, or an asymmetric game) then Stitch could provide a list of the projects as if they were folders, which then expands out into their respective IDE folder structure.
But the main issue is that i must open my GM Project in GM IDE, while i open the python tools in VS Code. meaning navigation between the two is extremely annoying
I'm currently working on Emobble where the repo structure is:
I need to structure the code this way because GM IDE has many problems when having several thousand files anywhere in the gm project folder. But also due to a personal preference. However VSCode extensions keep crashing when ever Stitch is enabled and attempting to read the file paths.
Ideally in this situation if i went to the stitch nav tab it would just use the only GM project file, but in the event of multiple projects under the same root folder (possibly client vs server, or an asymmetric game) then Stitch could provide a list of the projects as if they were folders, which then expands out into their respective IDE folder structure.
But the main issue is that i must open my GM Project in GM IDE, while i open the python tools in VS Code. meaning navigation between the two is extremely annoying