Answers for "vs code wsl unable to write file"

0

vs code wsl unable to write file

# it might have happened because you used the root user to create the directory.
# don't use sudo next time!
sudo chown -R username /path/to/working/directory
Posted by: Guest on April-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language