You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to go and run chmod recursively in several areas to resolve the issue
This is the devcontainer.json
{"name": "My Dev Container","build": {"dockerfile": "Dockerfile","context": ".."},"features": {"ghcr.io/ridhwaans/devcontainer-features/base:latest": {}},"remoteUser": "vscode"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a devcontainer and a vscode user with sudo privileges (passwordless sudo)
The projects on the host machine are owned by a different sudo but when you reopen in a devcontainer there are permission issues everywhere
example 1
example 2
I had to go and run chmod recursively in several areas to resolve the issue
This is the devcontainer.json
is there a simple solution?
Beta Was this translation helpful? Give feedback.
All reactions