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

Extension .cpp is not supported in uv2csolution #36

Closed Jonny-vb closed 10 months ago

Jonny-vb commented 11 months ago

Type: Bug Report

Describe the bug

On trying to convert a uVision project to Csolution for evaluation, I get the error on every cpp file:

<Target> "TestTarget" <Group> OS <File> .\Source\main.cpp Extension .cpp is not supported

From what I can see, C++ us supported by csolution, so I'm not sure why the tool claims the cpp extension isn't supported?

mcgordonite commented 11 months ago

Hi @Jonny-vb, the Csolution spec does support C++, but the µVision to Csolution conversion does not yet. Please see this comment: https://github.com/ARM-software/vscode-keil-studio-pack/issues/4#issuecomment-1643543316.

mcgordonite commented 10 months ago

The latest release of the Csolution extension, 1.6.0, adds support for converting µVision projects with C++ files.