I am perhaps looking from high-up, sorry if this was explained elsewhere. It is not clear why the involvement of the Windows Store? It this a UWP app? Is this a pure WIN32 App?
Its a hybrid app (in advance of WinUI 3.0) and the Windows Store can provide more than just UWP apps
Thank's @mdtauk ... Although the question remains unanswered: Why the Windows Store?
And suddenly there are two more questions.
Three clear and simple questions in total :wink:
And now one "why" into my direction: Why am I asking this? Simply because I was under the impression this (Windows Terminal) will replace Terminal host, cmd.exe and PowerShell, etc in Windows 10 with this one superior product?
Windows Terminal will never replace cmd.exe and PowerShell because these are completely different things.
cmd.exe and PowerShell are text-based apps (aka CUI) that use text streams as their inputs and outputs instead of pixels and events, conhost and Terminal are apps that lets you interact with such apps by providing a graphical interface for them that produces the pixels and handle inputs acting as the frontend for CUI apps.
Terminal will probably replace conhost for new CUI apps, but conhost will remain for legacy support as they are not completely interchangeable for some cases.
The Terminal is here to replace conhost.exe, the "window" for applications like cmd.exe and powershell. The Terminal can be used to run lots of different commandline applications, including linux shells with WSL.
@zadjii-msft Many thanks Mike. Is there any info somewhere how can we make Visual Studio projects that will target The Terminal instead of cmd.exe? I assume this is one of those too obvious to see. Thanks ...
Not currently. The long-term plan is to allow users to set a "default terminal" application on Windows, so that all console applications will spawn the specified terminal, rather than conhost.exe (the vintage console window). That work's being tracked over in #492
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Most helpful comment
Not currently. The long-term plan is to allow users to set a "default terminal" application on Windows, so that all console applications will spawn the specified terminal, rather than
conhost.exe(the vintage console window). That work's being tracked over in #492