How to make Visual Studio 2022 project launch Windows Terminal instead of PowerShell?

40 views Asked by At

I am running Windows 11 and have set Windows Terminal as my default terminal both in the Settings>Privacy & Security>For Developers>Terminal applet (per this question: Visual Studio launch terminal instead of command prompt), and in Visual Studio 2022's Options>Environment>Terminal`. page:

enter image description here

And yet, when I debug a .Net 8 Minimal Api project, it still launches the regular PowerShell command prompt.

Thsi happens even after closing all my terminals and restarting Visual Studio.

The linked question was marked as answered, but it doesn't work for me.

0

There are 0 answers