Why can I not export the project in Vs Code?

In Vs Code, when exporting the project I don't seem to get a "Wizard" as the docs suggest - I'm prompted to pick a location for the iq file, and after selecting, the terminal gives the below error:

ERROR: No exportable devices are supported by the project.

For reference, this is the products section of my manifest file: manifest file:

<iq:products>
<iq:product id="d2mach1"/>
<iq:product id="epix2"/>
<iq:product id="epix2pro42mm"/>
<iq:product id="epix2pro47mm"/>
<iq:product id="epix2pro51mm"/>
<iq:product id="fenix7"/>
<iq:product id="fenix7pro"/>
<iq:product id="fenix7s"/>
<iq:product id="fenix7spro"/>
<iq:product id="fenix7x"/>
<iq:product id="fenix7xpro"/>
<iq:product id="fr255"/>
<iq:product id="fr255m"/>
<iq:product id="fr255s"/>
<iq:product id="fr255sm"/>
<iq:product id="fr265"/>
<iq:product id="fr265s"/>
<iq:product id="fr955"/>
<iq:product id="fr965"/>
<iq:product id="marq2"/>
<iq:product id="marq2aviator"/>
</iq:products>

Does anyone have any ideas as to what I'm doing wrong/is going wrong?