Add workspace folder fails on Mac
Closed this issue · 1 comments
rlivings39 commented
$ 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
find
needs a path as the first (positional) argument, so find . -type d
works