Skip to content

Instantly share code, notes, and snippets.

@GustavoJobstraibizer
Last active March 6, 2020 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GustavoJobstraibizer/1bbad0a6461cfbb06f57bf6c414271ee to your computer and use it in GitHub Desktop.
Save GustavoJobstraibizer/1bbad0a6461cfbb06f57bf6c414271ee to your computer and use it in GitHub Desktop.
Cmder integrated with vscode
"terminal.external.windowsExec": "C:\\cmder\\Cmder.exe",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\cmd.exe",
"terminal.integrated.shellArgs.windows": [
    "/K",
    "C:\\cmder\\vendor\\init.bat"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment