Works for me immediately after saving for both:
externalTerminal.windowsExec": "C:\\Users\\daimms\\Downloads\\cmder\\Cmder.exe"
and
"externalTerminal.windowsExec": "C:/Users/daimms/Downloads/cmder/Cmder.exe"
Not sure why it would work for me and not you... I did find #6466 while trying to repro this though.
Closing due to inactivity plus it seems to work on my machine, please leave a comment if you're still experiencing the issue and/or have more information.
Anyone finding this issue, the preference has changed from externalTerminal.windowsExec to terminal.integrated.shell.windows.
e.g. "terminal.integrated.shell.windows": "C:\\Bin\\Cmder\\Cmder.exe"
It worked in 1.3.1, however Cmder opened in it's own window.
@dennisroche you're confusing the integrated terminal (ctrl+backtick) with the external terminal (ctrl+shift+c). The externalTerminal.windowsExec setting was changed recently to terminal.external.windowsExec to align with the integrated terminal's naming structure:
"terminal.external.windowsExec": "C:\\Bin\\Cmder\\Cmder.exe"
@Tyriar thanks for the clarification. :+1:
I set "terminal.external.linuxExec": "/usr/bin/urxvt" or "terminal.external.linuxExec": "urxvt", They do not work,why?
system:archlinux
terminal:urxvt
@sansroman please create a new issue for this with more details. A link to urxvt install instructions and whether errors appear in the devtools console would be useful (Help > Toggle Developer Tools).
Most helpful comment
@dennisroche you're confusing the integrated terminal (ctrl+backtick) with the external terminal (ctrl+shift+c). The
externalTerminal.windowsExecsetting was changed recently toterminal.external.windowsExecto align with the integrated terminal's naming structure: