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
I try to configure jujutsu templates using the settings attribute, but since tomlFormat.generate doesn't convert nix multilines string '' to toml multilines string """, I was wondering if it would be possible to add an extraConfig attribute to the jujutsu module so one could configure more complex attributes like templates using the module?
If I'm just missing something, and there's a way to do that without addind a new attribute, that would be even better :)
The text was updated successfully, but these errors were encountered:
Description
Hello,
I try to configure jujutsu templates using the
settings
attribute, but sincetomlFormat.generate
doesn't convert nix multilines string''
to toml multilines string"""
, I was wondering if it would be possible to add anextraConfig
attribute to thejujutsu
module so one could configure more complex attributes like templates using the module?If I'm just missing something, and there's a way to do that without addind a new attribute, that would be even better :)
The text was updated successfully, but these errors were encountered: