Configure VS Code to use Cmder
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=ZM2srjrE-gs
VS Code download: https://code.visualstudio.com/download • Cmder downlaod: https://cmder.net/ • VS Code config used in video: • terminal.integrated.shell.windows : cmd.exe , • terminal.integrated.env.windows : { • CMDER_ROOT : C:\\\\tools\\\\cmder • }, • terminal.integrated.shellArgs.windows : [ • /k , • %CMDER_ROOT%\\\\vendor\\\\bin\\\\vscode_init.cmd • ], • *Note* • CMDER_ROOT : C:\\\\tools\\\\cmder • That line has the tools directory listed because that is where I chose to install cmder. Any directory is generally fine, though there have been known issues with using directories that contain spaces--such as Program Files • **
#############################
