Skip to content

Instantly share code, notes, and snippets.

@jmelosegui
Created March 8, 2018 20:23
Show Gist options
  • Save jmelosegui/f0b0e94b41bb73c25387d8bfe6b4f0b6 to your computer and use it in GitHub Desktop.
Save jmelosegui/f0b0e94b41bb73c25387d8bfe6b4f0b6 to your computer and use it in GitHub Desktop.
Settings to use commander as me console application with in vscode
"terminal.external.windowsExec": "C:\\dev\\utils\\cmder\\Cmder.exe",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\cmd.exe",
"terminal.integrated.shellArgs.windows" : ["/K","C:\\dev\\utils\\cmder\\vendor\\init.bat"],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment