When I change any file, the system will deny me access. What\'s going on? How do I properly set permissions on Mac?
cd to the project directory and run cd .. to move back one folder run sudo chmod -R 777 it works for me vscode never asked me for password when saving my file again.
cd ..
sudo chmod -R 777