projectile-generic-command
will try to use fd
even if projectile-fd-executable
is set to nil
#1853
Labels
projectile-generic-command
will try to use fd
even if projectile-fd-executable
is set to nil
#1853
projectile-generic-command
is set to usefd
orfdfind
if they are available, without checking that the user didn't explicitly ask to not use them.projectile/projectile.el
Lines 754 to 768 in 31b8715
I used projectile on a machine with Ubuntu 20.04, it had
fd
7.4.0, which complained about the--strip-cwd-prefix
flag.I tried to work around that by setting
projectile-fd-executable
tonil
, but projectile kept usingfdfind
.Workaround
Explicitly set
projectile-generic-command
to a command that doesn't usefd
orfdfind
Expected behavior
projectile-fd-executable
tonil
fd
orfdfind
Actual behavior
projectile-fd-executable
tonil
fd
orfdfind
The text was updated successfully, but these errors were encountered: