Created
June 3, 2020 11:46
-
-
Save Haosvit/1a7e4105510dee5dc0c0e747aa555798 to your computer and use it in GitHub Desktop.
Integrate cmder into vscode
This file contains hidden or 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.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", | |
"terminal.integrated.shellArgs.windows": [ | |
"/k C:\\Users\\hoanguy\\Apps\\cmder\\vendor\\init.bat" | |
], | |
... | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment