dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.87k stars 780 forks source link

Color output in the F# Interactive window #10242

Open odkken opened 3 years ago

odkken commented 3 years ago

Currently, the F# interactive window integrated into VS2019 does not respond to

System.Console.ForegroundColor <- someColor

All output remains white (dark theme)

Request to make the integrated FSI REPL respond to System.Console.ForegroundColor being set.

cartermp commented 3 years ago

To do this we'd have to change the interactive window to probably use something like the Roslyn Interactive Workspace. It would be nontrivial work.