ionide / FSharp.Analyzers.SDK

Library for building custom analyzers for F# / FSAC
http://ionide.io/FSharp.Analyzers.SDK/
MIT License
74 stars 21 forks source link

Reset the console foreground colour with control codes #216

Closed Numpsy closed 1 month ago

Numpsy commented 1 month ago

refs #215

Printing the 0m control code looks like how Fargo resets the colour, and that seems to work for me here on Windows (cmd.exe and windows terminal). I haven't tested it on any other OS yet, and not sure if there is a need to reset Console.ForegroundColor as well as printing the codes.

dawedawe commented 1 month ago

@Numpsy Could you add a changelog entry, please? Then it's good to merge.

Numpsy commented 1 month ago

added

dawedawe commented 1 month ago

Thanks!