Permission Denied ! – when i Opened folder from WSL inside vscode and tried creating a file .

I ran into this issue when i tried to create a file . The solution is to run the following command

sudo chown -R bond007:bond007 /home/bond007/MyWorkSpace/Projects/2026

it will ask you for the password . enter the password and it is done . after that you can create any files within the directory .

happy coding đź’Ś

Leave a Reply