tomrijndorp / vscode-finditfaster

Find it, but faster! Fast file search for VS Code.
MIT License
299 stars 29 forks source link

Provide a way to specify custom rg/fzf/bat executable or additional directories to search them for #33

Closed astrolemonade closed 1 year ago

astrolemonade commented 1 year ago

Provide a way to specify custom rg/fzf/bat executable or additional directories to search them for. I have all the executables in directories that are part of the PATH variable. For some reason, vscode does not start with running also the .bashrc.

tomrijndorp commented 1 year ago

Hi @astrolemonade, have you tried setting PATH in VS Code's preferences? This should solve your problem. Here's a stackoverflow post that explains how to do it.

If that doesn't work, you could also consider symlinking the binaries to a location that is on VS Code's PATH.

I hope that solves your issue!

astrolemonade commented 1 year ago

It did solved the issue.