In windows, "console": "integratedTerminal"
option works better?
#11032
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
tasks/build/debug
An issue relating to tasks.json (e.g. build issues)
Milestone
In this line, the
externalTerminal
is hardcoded. But for Windowscl.exe
as suggested by the VSCode documentation, at least, this won't work. We have to manually change everytime tointegratedTerminal
to work, or else the Debugger won't attach.vscode-cpptools/Extension/src/Debugger/configurationProvider.ts
Line 437 in e394edb
Can anyone else confirm this, or am I missing something?
If that is true shouldn't the extension check if the user is running
cl.exe
and useintegratedTerminal
instead by default?The text was updated successfully, but these errors were encountered: