2

I have Visual C++ project. I Want to run/debug my console app in the new Windows terminal when the play button is clicked.

How can I configure this in Visual Studio 2019?

The Windows Terminal's path is

"C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.4.3243.0_x64__8wekyb3d8bbwe\wt.exe"
mkrieger1
  • 19,194
  • 5
  • 54
  • 65
Joma
  • 3,520
  • 1
  • 29
  • 32

1 Answers1

1

Currently, Windows Terminal as default terminal is not supported yet, see the github issue Change Windows OS to support default terminal [defterm] · Issue #492 · microsoft/terminal.

It seem to have no workaround in Visual Studio to use Windows Terminal (see this post) but if it makes sense to you, you might consider voting on that feature on Kit Cragin's feature request in Developer Community.

As stated by staff working on the Windows Terminal here, this feature is unlikely to be implemented anytime soon du to the early stage of the Windows Terminal.