I am using Remote-Containers extension on VSCode to work directly on my running containers. The project hierarchy of my container looks like this:
angular_container
/usr/
src/
app/
frontend/
my-source-files
I right-click my container and select the 'Attach Visual Studio Code' option. By default, this opens the /usr/src/app/src/ directory on my container, which doesn't exist. Is there a way to change this setting so that VSCode opens the /usr/src/app/ directory instead? The Remote - Containers extension settings does not specify anything like this.