Skip to content

Instantly share code, notes, and snippets.

@waptik
Last active February 11, 2021 04:03
Show Gist options
  • Save waptik/e4791ad9427ef4e6397a5c827c3bbdad to your computer and use it in GitHub Desktop.
Save waptik/e4791ad9427ef4e6397a5c827c3bbdad to your computer and use it in GitHub Desktop.
Cmder VSCode windows
{
...
"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