rlivings39/vscode-fzf-quick-open

Add workspace folder fails on Mac

Closed this issue · 1 comments

$ 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

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