-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Labels
bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugspriority-2Bug that affects more than a few users in a meaningful way but doesn't prevent core functionsBug that affects more than a few users in a meaningful way but doesn't prevent core functions
Description
The problem
Trying to replicate what I had in #16980 with the new feature and I can't get it to work for multiple reasons.
This issue is regarding the "Arguments" input, which seems to strip out all quotes I put in.
The command I have to run is wt -p "Git Bash" -d %TARGET_PATH%, and so theoretically I'd select the wt executable in the "Path" input and put -p "Git Bash" -d %TARGET_PATH% in the "Arguments" input, but on saving, this changes to -p Git Bash -d %TARGET_PATH%, which does not work at all
Release version
3.4.4
Operating system
Windows 10
Steps to reproduce the behavior
- Put quotes around an argument in the "Arguments" input.
Log files
No response
Screenshots
No response
Additional context
I am able to workaround this issue by making a custom .bat file in another folder that gives custom arguments to wt, but it's a little silly that I have to do that
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugspriority-2Bug that affects more than a few users in a meaningful way but doesn't prevent core functionsBug that affects more than a few users in a meaningful way but doesn't prevent core functions