-
Notifications
You must be signed in to change notification settings - Fork 38
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
Templating doesn't work reliably without a .regal
directory
#1164
Labels
Comments
#1141 certainly related, so might be a good idea to look at both at the same time. |
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Oct 3, 2024
This also disables templating for files in the root. Fixes StyraInc#1164 Related to StyraInc#1141, but this needs more work Signed-off-by: Charlie Egan <[email protected]>
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Oct 7, 2024
This also disables templating for files in the root. Fixes StyraInc#1164 Related to StyraInc#1141, but this needs more work Signed-off-by: Charlie Egan <[email protected]>
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Oct 7, 2024
This also disables templating for files in the root. Fixes StyraInc#1164 Related to StyraInc#1141, but this needs more work Signed-off-by: Charlie Egan <[email protected]>
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Jan 6, 2025
* lsp/templating: gracefully unknown root This also disables templating for files in the root. Fixes StyraInc#1164 Related to StyraInc#1141, but this needs more work Signed-off-by: Charlie Egan <[email protected]> * Guard rather than use error control flow Signed-off-by: Charlie Egan <[email protected]> * Correct test error message Signed-off-by: Charlie Egan <[email protected]> --------- Signed-off-by: Charlie Egan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like the templating of new files imposed by
directory-structure-mismatch
doesn't work very well unless there is a.regal
directory to pin the workspace root to. Since this is going to be the first impression many will get of Regal, it should be fixed before next release.The text was updated successfully, but these errors were encountered: