-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-ExtensibilityA feature that would ideally be fulfilled by us having an extension model.A feature that would ideally be fulfilled by us having an extension model.Area-SettingsIssues related to settings and customizability, for console or terminalIssues related to settings and customizability, for console or terminalIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description
Description of the new feature/enhancement
Dynamic profiles like "Windows.Terminal.Wsl", "Windows.Terminal.Azure", "Windows.Terminal.PowershellCore"
eg:
If .ssh/config like this:
Host 251
HostName 192.168.29.251
Port 22
User hanxi
Host 252
HostName 192.168.29.252
Port 22
User hanxi
Then generate profile like this:
{
"guid": "{a060905f-d089-43d9-9422-cd748e7f0230}",
"name": "ssh251",
"commandline": "powershell.exe ssh 251",
"closeOnExit" : true
}
{
"guid": "{a060905f-d089-43d9-9422-cd748e7f0231}",
"name": "ssh252",
"commandline": "powershell.exe ssh 252",
"closeOnExit" : true
}Proposed technical implementation details (optional)
Also support disabledProfileSources setting.
"disabledProfileSources": ["Windows.Terminal.Wsl", "Windows.Terminal.Azure", "Windows.Terminal.PowershellCore", "Windows.Terminal.SSH"]If OpenSSH not installed, then auto disable "Windows.Terminal.SSH" .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-ExtensibilityA feature that would ideally be fulfilled by us having an extension model.A feature that would ideally be fulfilled by us having an extension model.Area-SettingsIssues related to settings and customizability, for console or terminalIssues related to settings and customizability, for console or terminalIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Type
Projects
Status
Done