Requires sudo when editing with VS code. How do I avoid having to use sudo to edit the project files? My development machine is Ubuntu 20.04 with dev user as the logged in user. Seems like the files created by Docker is owned by root. Do I need to chown in the Dockerfile to make the dev user as the owner of the project files?