Other extensions you installed (and if the issue persists after disabling them):
A clear and concise description of what the bug is.
The <processor> tags in the STM32H723VGTx psdc file do not have a Dname="..." property. This causes them to be discarded by the psdc parser. Since there are zero processors found, none are shown in the selection dropdown and I am unable to select one to download the .svd.
Expected behavior
The extension should work correctly with processors without a Dname property.
Type: Bug Report
Describe the bug
<processor>
tags in the STM32H723VGTx psdc file do not have aDname="..."
property. This causes them to be discarded by the psdc parser. Since there are zero processors found, none are shown in the selection dropdown and I am unable to select one to download the .svd.Expected behavior The extension should work correctly with processors without a Dname property.
Code sample and logs
launch.json
Screenshots