ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
23 stars 5 forks source link

command:cmsis-csolution.getBinaryFile does not return the path to binary #42

Closed AkiMakkonen-AlifSemi closed 8 months ago

AkiMakkonen-AlifSemi commented 8 months ago

getBinaryFile returns the path to .elf correctly with version v1.11.0.

Seems to return path to project folder root with version v1.11.1

mcgordonite commented 8 months ago

Hi @AkiMakkonen-AlifSemi, thanks for reporting this issue. It should be fixed in v1.11.2. Can you confirm that it is resolved for you?

AkiMakkonen-AlifSemi commented 8 months ago

Hi @mcgordonite, thank you for such a fast response. It works now!