DEV Community

Discussion on: Visual Studio Code always ask for permission to save files in Linux

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

TBH I didn't read the post nor the comment section but if VS (or another IDE) asks you for permission is because you're doing something bad.

Moreover on dev time you should use 755 for directories and 644 for files and being your user the owner of the files so you have the same recommended config you can find on the server.