Skip to content

Instantly share code, notes, and snippets.

@rahulhaque
Last active November 17, 2022 16:50
Show Gist options
  • Save rahulhaque/c0f53d98f0149cfb7ec74c256f1999fb to your computer and use it in GitHub Desktop.
Save rahulhaque/c0f53d98f0149cfb7ec74c256f1999fb to your computer and use it in GitHub Desktop.
Cmder in VS Code / IntelliJ

VS Code

Add below lines in settings.json

{
  "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
  "terminal.integrated.shellArgs.windows": ["/k C:\\Cmder\\vendor\\init.bat"]
}

IntelliJ (PHPStorm, WebStorm, Pycharm etc.)

Go to File->Settings->Tools->Terminal and add below line in Shell path

"cmd" /k "C:\Cmder\vendor\init.bat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment