Hi,
I have several projects whereby one set of code compiles to numerous data fields. This is managed by monkey.jungle but because I cannot be arsed to hand edit a file nine times when I want to update a family of dials, for example, I have a shell script that redirects compiler to a specific monkey jungle and manifest by filename. (EG: Rather than compile with monkey.jungle and manifest.xml, I might compile with monkeyA.jungle and manifestA.xml.)
HOWEVER...
The default behaviour of the VS Code plugin appears to be to scan through *.jungle to use ALL of them at the same time, so I cannot test anything due to errors like:
ERROR: monkeyA.jungle:1: Attempting to reset project property 'manifest'. The terminal process "<SNIPPED>" terminated with exit code: 104. Terminal will be reused by tasks, press any key to close it.
Is there any way to STOP VSCode plugin doing this ridiculous thing?
Thanks,
G