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 workspace folder fails on Mac #18

Closed rlivings39 closed 4 years ago

rlivings39 commented 4 years ago
$ find -type d
find: illegal option -- t
usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
       find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]

Using fd works fine on Mac

srfraser commented 4 years ago

find needs a path as the first (positional) argument, so find . -type d works