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

uv2csolution failed #72

Open KongJipeng opened 6 days ago

KongJipeng commented 6 days ago

Type: Bug Report

Describe the bug

But I'm sure the path "c:\user....\uv2csolution.exe" is right. Did I not configure the correct path somewhere?

image

jkrech commented 6 days ago

Please excuse the confusion caused and thanks for reporting the issue. The root cause is that the extension does not provide a uvprojx or uvmpw as parameter to the uv2csolution utility. The action "Convert a uVision Project" should not show in the ... menu, while no folder/workspace is open. Also it should not show if no file with *.uvprojx or *.uvmpw is present there. In order for the action to work, the above are mandatory pre-requisites. Hopefully this should not block your work if you first open a folder containing MDK project using VSCode "Open folder..." from the "File" menu.