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
Currently a [project] causes automatic regeneration to stop (for consistency reasons, you don't want to regenerate another cmkr project's files). Can be solved like this:
[project]
name = "root"
[subdir.project1]
[project]
name = "project1"
subproject = true
parent = "root"
Either the subproject or the parent project could make it so root would work. The downside of using subproject is that accidentally setting it in a root project would falsely cause regeneration across different repositories.
The text was updated successfully, but these errors were encountered:
Currently a
[project]
causes automatic regeneration to stop (for consistency reasons, you don't want to regenerate another cmkr project's files). Can be solved like this:Either the
subproject
or theparent
project could make it soroot
would work. The downside of usingsubproject
is that accidentally setting it in a root project would falsely cause regeneration across different repositories.The text was updated successfully, but these errors were encountered: