Even in 2026 windows sandbox starts power shell in a terminal that does not support escape codes. To lessen the confusion for new users, perhaps install script could let user know as it's simple to do from within install script:
PS C:\Windows\system32> # Check if ANSI output is enabled
PS C:\Windows\system32> $PSStyle.OutputRendering -eq 'ANSI'
False
PS C:\Windows\system32>
Btw, it's very difficult to find this project using google search. Even if I know what I'm looking for google insists I misspelled the words...
Even in 2026 windows sandbox starts power shell in a terminal that does not support escape codes. To lessen the confusion for new users, perhaps install script could let user know as it's simple to do from within install script:
Btw, it's very difficult to find this project using google search. Even if I know what I'm looking for google insists I misspelled the words...