Skip to content

Instantly share code, notes, and snippets.

@vinicioslc
Created February 6, 2021 18:54
Show Gist options
  • Save vinicioslc/3f1fe71b7e416b5e54ff15a7fda6669b to your computer and use it in GitHub Desktop.
Save vinicioslc/3f1fe71b7e416b5e54ff15a7fda6669b to your computer and use it in GitHub Desktop.
Define Cmder as VSCODE Terminal
  1. Install Cmder with chocolatey in administrator powershell cinst cmder -y

  2. Open vscode settings.json and add or customize these lines

  "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
  "terminal.integrated.shellArgs.windows": [
    "/k C:\\tools\\Cmder\\vendor\\init.bat"
  ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment