Skip to content

[v2.1] fix quotes and "split command" in windows presets #132

@anb0s

Description

@anb0s

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"

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions