Devcontainer complain some files are missing if the mounted location of the workspace inside the devcontainer is not exactly the same as in the hosts
Workaround
This fields in devcontainer.json make the mount location inside the devcontainer the same as in the host and fixes the issue
"workspaceFolder": "${localWorkspaceFolder}",
"workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind",
Maybe this could at least mentioned in the docs?
Screenshot (happen if workaround is not applied) :

Devcontainer complain some files are missing if the mounted location of the workspace inside the devcontainer is not exactly the same as in the hosts
Workaround
This fields in
devcontainer.jsonmake the mount location inside the devcontainer the same as in the host and fixes the issueMaybe this could at least mentioned in the docs?
Screenshot (happen if workaround is not applied) :