ln -s ~/Library/Autosave\ Information/Framer-XXXXX/container /path/to/your/directory
Then, you can open VSCode in command line:
code /path/to/your/directory
Or git init
, or whatever.
PS: If you find this tip difficult to understand, check out this course I prepared for you, where concepts are explained in a more digestible way. No programming experience required!