Insufficient permissions in vscode
Change the permission level of your project directory, for example:
sudo chmod -R 777 testproject
Try this code:
sudo chown -R username directory_name
where,
username
is the username of the user of the laptop you want to give access fordirectory_name
is the name of the directory whose permissions you want to change