WSL has insufficient permission to write files on Vscode

Solution:

sudo chown -R username /directory_path

username is your username, directory_path is the path to the folder permissions you want to modify.

Guess you like

Origin blog.csdn.net/qq_55621259/article/details/130096203