git-tools icon indicating copy to clipboard operation
git-tools copied to clipboard

Handle quote detection more robustly

Open tginiotis-at-work opened this issue 1 year ago • 0 comments

The tool failed to correctly add the prefix to a quoted path. After some debugging, I found that the conditional does not match the " (quote symbol) on my repository for some reason. The starts/ends functions do match it though.

tginiotis-at-work avatar Jul 14 '23 14:07 tginiotis-at-work