Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C# and F# Interactive Profile Generators #4667

Closed
deoradh opened this issue Feb 20, 2020 · 2 comments
Closed

Add C# and F# Interactive Profile Generators #4667

deoradh opened this issue Feb 20, 2020 · 2 comments
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.

Comments

@deoradh
Copy link

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

@deoradh deoradh added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Feb 20, 2020
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Feb 20, 2020
@zadjii-msft zadjii-msft added 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. and removed Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. labels Feb 20, 2020
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Feb 20, 2020
@zadjii-msft zadjii-msft added this to the Terminal Backlog milestone Feb 20, 2020
@DHowett-MSFT
Copy link
Contributor

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 😄

@ghost
Copy link

ghost commented 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 ghost closed this as completed Feb 21, 2020
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Feb 21, 2020
@zadjii-msft zadjii-msft removed this from the Terminal Backlog milestone Mar 2, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants