-
Notifications
You must be signed in to change notification settings - Fork 10.4k
The new integrations feature removes quotes #19218
Copy link
Copy link
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 thewtexecutable 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 allRelease version
3.4.4
Operating system
Windows 10
Steps to reproduce the behavior
Log files
No response
Screenshots
No response
Additional context
I am able to workaround this issue by making a custom
.batfile in another folder that gives custom arguments towt, but it's a little silly that I have to do that