You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Oni Version:
0.3.9 Neovim Version (Linux only): Operating System:
macOS
Issue:
Despite the documentation, setting editor.quickOpen.execCommand has no effect - ripgrep is always used.
Expected behavior:
It should be possible to use editor.quickOpen.execCommand to substitute another fuzzy finder for ripgrep.
Actual behavior:
Ripgrep is used no matter what.
Steps to reproduce:
Set editor.quickOpen.execCommand to something other than rg. Observe via Activity Monitor that rg is running, and not the command you specified.
This is a bummer because rg is unusably slow on larger repositories.
As far as I can tell, the current version of the code doesn't even attempt to respect editor.quickOpen.execCommand (though I may be missing something). Maybe support was accidentally removed during a refactor?
The text was updated successfully, but these errors were encountered:
Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Oni Version:
0.3.9
Neovim Version (Linux only):
Operating System:
macOS
Issue:
Despite the documentation, setting
editor.quickOpen.execCommand
has no effect - ripgrep is always used.Expected behavior:
It should be possible to use
editor.quickOpen.execCommand
to substitute another fuzzy finder for ripgrep.Actual behavior:
Ripgrep is used no matter what.
Steps to reproduce:
Set
editor.quickOpen.execCommand
to something other thanrg
. Observe via Activity Monitor thatrg
is running, and not the command you specified.This is a bummer because
rg
is unusably slow on larger repositories.As far as I can tell, the current version of the code doesn't even attempt to respect
editor.quickOpen.execCommand
(though I may be missing something). Maybe support was accidentally removed during a refactor?The text was updated successfully, but these errors were encountered: