nxp-mcuxpresso / vscode-for-mcux

Support for NXP Visual Studio Code for MCUXpresso Extension project.
17 stars 1 forks source link

Sub-source folders are not correctly imported from mcuxpresso #24

Closed snellejelle99 closed 9 months ago

snellejelle99 commented 10 months ago

My mcuxpresso eclipse based project has several folders where only a certain subfolder is included in the build. As seen in the image below the usb/user folder. image The source files in these folders are not added to the sources list in the cmake file by the project converter. This results in a failed build that does not show an error in the problems output.

DragosMiloiuNXP commented 10 months ago

Hi @snellejelle99,

We reproduced the issue locally. It is a special case when the parent folder is not included in the build, but the child folder is. We'll include the fix for it in a future version.

DragosMiloiuNXP commented 9 months ago

This issues is resolved in the latest build - v1.4.63.

snellejelle99 commented 9 months ago

This issues is resolved in the latest build - v1.4.63.

I guess it can be closed then?