- Notifications
You must be signed in to change notification settings - Fork 15
Description
Git Bash v2.x Open:
Command: "C:\Program Files\Git\git-bash.exe"
Split command: "Disabled" or "Split spaces and skip quotes"
OR
Command: C:\Program Files\Git\git-bash.exe
Split command: "Disabled"
Git Bash v2.x Run:
Command: "C:\Program Files\Git\git-bash.exe" -c ./"${easyshell:resource_name}"
Split command: "Split spaces and skip quotes"
Git Bash v1.x Open:
Command: cmd.exe /C start "${easyshell:project_name}" /D ${easyshell:container_loc} "C:\Program Files\Git\bin\bash.exe" --login -i
Split command: "Split spaces and skip quotes"
Git Bash v1.x Run:
Command: cmd.exe /C start "${easyshell:project_name}" /D ${easyshell:container_loc} "C:\Program Files\Git\bin\bash.exe" --login -i -c ./"${easyshell:resource_name}"
Split command: "Split spaces and skip quotes"
PowerShell Run:
Command: cmd.exe /C start "${easyshell:project_name}" /D ${easyshell:container_loc} powershell.exe -command ./"${easyshell:resource_name}"
Split command: "Split spaces and skip quotes"
Cygwin Bash Open:
Command: cmd.exe /C start "${easyshell:project_name}" /D ${easyshell:container_loc} "C:\Cygwin\bin\bash.exe"
Split command: "Split spaces and skip quotes"
Cygwin Bash Run:
Command: cmd.exe /C start "${easyshell:project_name}" /D ${easyshell:container_loc} "C:\Cygwin\bin\bash.exe" -c ./"${easyshell:resource_name}"
Split command: "Split spaces and skip quotes"