Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: the yaml "target" field is blank after the setup wizard; add a prompt for the "project name" #176

Closed
DeflateAwning opened this issue Mar 11, 2024 · 2 comments

Comments

@DeflateAwning
Copy link
Contributor

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.

@jortbmd
Copy link
Member

jortbmd commented Mar 11, 2024

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.

jortbmd added a commit that referenced this issue Apr 28, 2024
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.
@jortbmd
Copy link
Member

jortbmd commented Jan 20, 2025

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.

@jortbmd jortbmd closed this as completed Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants