Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(projectile): disable colors in fd invocation
bbatsov/projectile@971cd5c4f25f -> batsov/projectile@d24b8173223f The pinned `projectile` version erroneously calls `fd` without explicitly disabling colors, which inserts color terminal codes into filenames when used over `tramp`. This completely breaks projectile over `tramp`. The linked change adds `-c never` (shorthand form of `--color=never`) to `projectile-git-fd-args`. This is the only change in `projectile` between the two versions linked above, and it completely resolves the issue. Ref: bbatsov/projectile#1860 Ref: bbatsov/projectile#1859
- Loading branch information