Skip to content

Instantly share code, notes, and snippets.

@linhmtran168
Created March 20, 2018 13:18
Show Gist options
  • Save linhmtran168/746af4f59d4e89a476f962593fc8179f to your computer and use it in GitHub Desktop.
Save linhmtran168/746af4f59d4e89a476f962593fc8179f to your computer and use it in GitHub Desktop.
Script for use cmder as terminal in VSCODE
@echo off
SET CurrentWorkingDirectory=%CD%
SET CMDER_ROOT=C:\tools\cmder
CALL "%CMDER_ROOT%\vendor\init.bat"
CD /D %CurrentWorkingDirectory%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment