I have the latest:
Windows 11.
Visual studio 2022 preview with all preview settings enabled.
Windows Terminal set as default terminal.
I write a C++ solution that uses NASM to use the console.
The NASM program does nothing. Just start and terminate.
How do I force Visual studio debug console window to use the Windows Terminal?
Tried many ChatGPT and Copilot answers.
Tried many google searches.
None of it worked.
2
Are you running Visual Studio as administrator? The default terminal functionality doesn’t work for applications that are run as administrator.
(see also microsoft/terminal#10276 (comment) for additional context)