rlivings39 / vscode-fzf-quick-open

vscode extension providing quick file/folder open and searching using fzf
MIT License
77 stars 17 forks source link

Add RipGrep options #29

Closed janosimas closed 3 years ago

janosimas commented 3 years ago

Hi, just started using and it's a great extension.

I miss being able to set ripgrep options. I have some generated files that are ignored by the default config and it would be nice to be able to set ripgrep flags to not ignore them.

rlivings39 commented 3 years ago

Hey thanks! This would be easy to add. I could imagine a few ways:

The first is simpler to implement and less noisy during the workflow so I'd likely go with that. Thoughts?

janosimas commented 3 years ago

I think the first option is better in any case. Vscode already allows to have a general and a per workspace config, ti should cover most of the cases.

Another option would be a sidebar, like built in search. I like this idea but this would be a huge change and I assume a lot of work.