I have a project with a .devcontainer folder with appropriate setup files. So, through Vscode I can open the project in a docker container with the configured environment for development and testing. But when I open it in a container all the files in the project are tagged as Modified. But when I change any file, save it, and open it locally then only that file is modified.
I'm not sure why this is happening and is this expected?