Add C# and F# Interactive Profile Generators #4667
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Help Wanted
We encourage anyone to jump in on these.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
Related to #3821, also add support for the C# and F# interactive prompts which are shipped with VS.
Proposed technical implementation details (optional)
I use something similar to this for my profiles:
{
"commandline": "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Roslyn\csi.exe",
"name": "C#",
"tabTitle": "C#"
}, {
"commandline": "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp\fsi.exe",
"name": "F#",
"tabTitle": "F#"
}
The text was updated successfully, but these errors were encountered: