Add C# and F# Interactive Profile Generators #6553

Closed
opened 2026-01-31 00:41:31 +00:00 by claunia · 2 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#" }
Author
Owner

@DHowett-MSFT commented on GitHub (Feb 21, 2020):

Thanks for the request! I've been redirecting requests for additional dynamic shells to /dup #2303, because that'll allow those applications to register their shells too. Terminal's only going to autodetect a scant few of them, and I'd like to keep that list small to avoid making users upset that we keep running roughshod over their profiles list 😄

@DHowett-MSFT commented on GitHub (Feb 21, 2020): Thanks for the request! I've been redirecting requests for additional dynamic shells to /dup #2303, because that'll allow _those applications_ to register their shells too. Terminal's only going to autodetect a scant few of them, and I'd like to keep that list small to avoid making users upset that we keep running roughshod over their profiles list :smile:
Author
Owner

@ghost commented on GitHub (Feb 21, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Feb 21, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6553