You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the setup wizard, the target field in the configuration yaml is blank. The target field is supposed to contain the "project name", per the comment in the yaml file.
The solution is simple: add a prompt in the setup wizard to enter the "project name" (or alternatively, extract it manually).
This fix is important because the error message generated by the build system if the yaml file's target is blank requires searching through many layers of makefiles/build files to determine the issue.
The text was updated successfully, but these errors were encountered:
Thanks for catching that one! I already have something similar in place for empty or incomplete projects. Will include this check and feature in the next release.
feat: Issue #176 added target name option to the project creation wizard
feat: issue #179 created a prompt to save the installed tooling as default cortex debug tooling so a setting per workspace is not requiried.
I am closing this issue as it was added in version v.3.2.7 last year. If there are still issues with it please feel free to re-open the issue or create a new one.
After running the setup wizard, the
target
field in the configuration yaml is blank. Thetarget
field is supposed to contain the "project name", per the comment in the yaml file.The solution is simple: add a prompt in the setup wizard to enter the "project name" (or alternatively, extract it manually).
This fix is important because the error message generated by the build system if the yaml file's
target
is blank requires searching through many layers of makefiles/build files to determine the issue.The text was updated successfully, but these errors were encountered: