You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this release the implementation of the 'run in external terminal' feature ("console": "externalTerminal") of node-debug has been moved to VS Code (and is now available for all debug adapters.)
A benevolent side effect of this move is that it is now possible to configure the terminal program to use via the terminal.external.windowsExec, terminal.external.osxExec, terminal.external.linuxExec settings.
Make sure that:
you can launch a debug target in an external terminal,
cwd, env vars and arguments are passed correctly,
you can configure a different terminal and things still work.
The text was updated successfully, but these errors were encountered:
Test for #11581:
Complexity 2
In this release the implementation of the 'run in external terminal' feature (
"console": "externalTerminal"
) of node-debug has been moved to VS Code (and is now available for all debug adapters.)A benevolent side effect of this move is that it is now possible to configure the terminal program to use via the
terminal.external.windowsExec
,terminal.external.osxExec
,terminal.external.linuxExec
settings.Make sure that:
cwd
, env vars and arguments are passed correctly,The text was updated successfully, but these errors were encountered: