Add C# and F# Interactive Profile Generators #6550

Open
opened 2026-01-31 00:41:28 +00:00 by claunia · 0 comments
Owner

Originally created by @deoradh on GitHub (Feb 20, 2020).

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#"
}

Originally created by @deoradh on GitHub (Feb 20, 2020). # 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#" }
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6550