Skip to content

The new integrations feature removes quotes #19218

@ChiriVulpes

Description

@ChiriVulpes

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

  1. 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

Metadata

Metadata

Assignees

Labels

bugConfirmed 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 functions

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions