Skip to content

Instantly share code, notes, and snippets.

@Haosvit
Created June 3, 2020 11:46
Show Gist options
  • Save Haosvit/1a7e4105510dee5dc0c0e747aa555798 to your computer and use it in GitHub Desktop.
Save Haosvit/1a7e4105510dee5dc0c0e747aa555798 to your computer and use it in GitHub Desktop.
Integrate cmder into vscode
```
{
...
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k C:\\Users\\hoanguy\\Apps\\cmder\\vendor\\init.bat"
],
...
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment