Created
March 8, 2018 20:23
-
-
Save jmelosegui/f0b0e94b41bb73c25387d8bfe6b4f0b6 to your computer and use it in GitHub Desktop.
Settings to use commander as me console application with in vscode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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