Open rlipscombe opened 2 years ago
I see the same behavior, but it's not immediately obvious why. @rkeithhill may have an idea?
I had to work around it with the following:
# Work around the fact that PoshGitTextSpan isn't accessible.
$pgts = $GitPromptSettings.BeforeStatus.GetType()
$GitPromptSettings.BeforeStatus = $pgts::new('[', 0xEEEEEC)
System Details
Issue Description
When I set $GitPromptSettings.BranchAheadStatusSymbol, a spurious `e[0m is added to the end:
Any idea where this is coming from?
It doesn't happen when setting (e.g.)(it does)BeforeStatus
.