Importing existing TS project under source control
I have been developing using TS 9.2.0 and thought I would try stm32cubeIDE. 1.0.0
I did a git pull of my project source into a directory and ran the importer. I left the workspace as default and specified the folder location for my project source. The import worked and I can see and open all the files in project explorer.
The problem is I cannot build the project. The Build All menu item is grayed out. All the files that are in my workspace for for TS 9.2.0 are present and correct. There is no debug configuration setup and project->Build Configuration->Manage is grayed out.
Any ideas ?