withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.05k stars 63 forks source link

bug: Fig doesn't auto show the existing files in dropdown #2900

Open eobcre opened 9 months ago

eobcre commented 9 months ago

Checks

Operating system

macOS M3 Pro

Expected behaviour

Fig should auto display file names in dropdown.

Actual behaviour

Here's what it looks like:

Screenshot 2024-01-31 at 11 57 51 AM

I have to type it in to get to my files. (Directories like Download, Desktop will show.) I've tried cd Downloads/ && ls -1ApL and it says:

Screenshot 2024-01-31 at 11 56 43 AM

Steps to reproduce

No response

Environment

No response

Hendriyawan commented 9 months ago

hi, same issue...

mschrage commented 9 months ago

It looks like you have not granted your terminal the required macOS permissions to view files in your Downloads folder.

See this guide for instructions on how to grant access.

eobcre commented 9 months ago

It worked. Thank you so much!