Skip to content

Instantly share code, notes, and snippets.

@aleduca
Created November 16, 2023 11:06
Show Gist options
  • Save aleduca/c011d0f3e7d39d25d839d0439af2a9bd to your computer and use it in GitHub Desktop.
Save aleduca/c011d0f3e7d39d25d839d0439af2a9bd to your computer and use it in GitHub Desktop.
{
"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