You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If some device from manifest.xml is missing - either does not exist (e.g., old preview versions of devices) or is not downloaded yet via SDK manager, the following error occurs:
[{
"resource": "/<unknown>",
"owner": "analysis",
"severity": 8,
"message": "Cannot destructure property 'fnMap' of '(intermediate value)' as it is null.",
"source": "[pmc-analysis]",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 1
}]
I'd like it to be "Device 'someDevice' doesn't exist" or something like that.
It can be reproduced by adding no longer existing <iq:product id="epix2pro47mmsystem7preview"/> to manifest.xml.
The text was updated successfully, but these errors were encountered:
If some device from
manifest.xml
is missing - either does not exist (e.g., old preview versions of devices) or is not downloaded yet via SDK manager, the following error occurs:I'd like it to be "Device 'someDevice' doesn't exist" or something like that.
It can be reproduced by adding no longer existing
<iq:product id="epix2pro47mmsystem7preview"/>
tomanifest.xml
.The text was updated successfully, but these errors were encountered: