We have project that is created using MCUXpresso IDE. Is there a way to convert it to vscode plugin (1.6.47) to use cmake based build ?
When I do "import project", it imports all folders, but cannot build because cannot find make files and project looks like
arunkumar_g_0-1710540003021.png
and component management throws error "Error: Component management is not available for projects without an associated SDK" but i'm not sure how to associate and sdk with it.
SDK installed is SDK_2.x_MIMXRT1189xxxxx (2.15 )
Also is the plugin compatible with WSL based development?
Thanks