When I change any file, the system will deny me access. What\'s going on? How do I properly set permissions on Mac?
If you want to fix permissions for the current user use sudo chown -R $(whoami) ~/.vscode/.
sudo chown -R $(whoami) ~/.vscode/
$(whoami)
~