Hacker News new | ask | show | jobs
by TeMPOraL 2817 days ago
Do you open your files in PyCharm or VSCode through a file picker?
3 comments

You open the parent project directory, right? That's how the file access controls work in MacOS. Sandboxed apps can't read files outside their sandbox until the user opens the directory/file in the file picker at least once. (Or something similar, I can't seem to find a source on that...)
Ah, ok. Makes more sense this way.
I’d imagine once you open a directory you can open files within it (and child dirs)
Drag and drop project folder. Also, yes, I do open project directories using PyCharm's (poor) file picker.