Question: Visual Studio Code / GitHub / Document in Workbook

I've recently started to move my Maple software development from pure Maple to Visual Studio Code with GitHub. Previous code attachments in workbooks are now moved to its own folders, and fetched by the $include instruction.

The approach works quite well, but I have experienced a strange effect. While the Maple workbook itself is in the local GitHub folder, I do experience that when documents within the Maple workbook, after a while the code is fetched from the backup location. This doesn't work, as the $included files can't be found there. Only way is to close the workbook, and open it again.

First image shows location of Maple workbook, second location of document (backup position, error), third location of document after reopening workbook (working).

Please Wait...