generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
ftl-project.toml should be generated if doesn't exist when running ftl init
#1639
Comments
Open
I can grab this since I'm already working on #1561 |
IIRC the reason for this was so the VSCode extension would detect an FTL project, though strangely I do not have this issue in a new project I create. |
Aaah, because it looks for Regardless, I think creating an |
deniseli
added a commit
that referenced
this issue
Jun 5, 2024
Fixes #1639 The current implementation ignores any `--config` flag values, but let me know if we should default to creating the last _specified_ config whenever one's provided. For that, I'd just move this code to the resolver and add an `r.Config` check. I decided to minimize it purely to operating on the default path because the specified paths may not actually be at the Git root, which could make the new behavior a bit more complex to comprehend. That said, there could be a good reason to use the flag value that I didn't think of.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: