On one hand it is required to have a line in the monkey.jungle like:
project.manifest = ...
On the other hand Visual Studio Code doesn't use that information, so when I have:
where I have the manifest with the id of my beta app and only the devices I have (not to waste time for compiling all of the devices and uploading the huge iq file to the store for my BETA app)
On the other hand Visual Studio Code doesn't use that information, so when I have:
project.manifest = manifest-beta.xml
where I have the manifest with the id of my beta app and only the devices I have (not to waste time for compiling all of the devices and uploading the huge iq file to the store for my BETA app)
VSC doesn't use that xml. In fact if there's no manifest.xml then it doesn't even let me Run the app in the sim (not even to compile, 'cause it doesn't know what list to display to choose the device from)