Created
November 16, 2023 11:06
-
-
Save aleduca/c011d0f3e7d39d25d839d0439af2a9bd to your computer and use it in GitHub Desktop.
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.integrated.profiles.windows": { | |
"Cmder": { | |
"path": ["${env:windir}\\System32\\cmd.exe"], | |
"env": { | |
"CMDER_ROOT": "C:\\tools\\cmder" | |
}, | |
"args": ["/k", "%CMDER_ROOT%\\vendor\\bin\\vscode_init.cmd"] | |
} | |
}, | |
"terminal.integrated.defaultProfile.windows": "Cmder", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment