Skip to content

Instantly share code, notes, and snippets.

@alexmaday
Created July 21, 2019 23:50
Show Gist options
  • Select an option

  • Save alexmaday/0bc1916a25528db8b188535d1fb80d97 to your computer and use it in GitHub Desktop.

Select an option

Save alexmaday/0bc1916a25528db8b188535d1fb80d97 to your computer and use it in GitHub Desktop.
Use cmder as your integrated terminal inside VS Code

In order to use cmder as your integrated terminal inside VS Code, add this to your settings:

"terminal.integrated.shellArgs.windows": [
    "/k",
    "c:\\path_to\\cmder\\vendor\\init.bat"
  ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment