Last active
February 11, 2021 04:03
-
-
Save waptik/e4791ad9427ef4e6397a5c827c3bbdad to your computer and use it in GitHub Desktop.
Cmder VSCode windows
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.env.windows": { | |
"CMDER_ROOT": "C:\\laragon\\bin\\cmder" | |
}, | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", | |
"terminal.integrated.shellArgs.windows": [ | |
"/K", | |
"%CMDER_ROOT%\\vendor\\bin\\vscode_init.cmd" | |
], | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment