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
After adding a devcontainer.json to a project and running Rebuild and reopen in container i get the following error:
2024-09-28 12:31:28.925 [error] {"message":"Command in host failed: id -un","code":127,"stdout":"","stderr":"/nix/store/qqz0gj9iaidabp7g34r2fb9mds6ahk8i-bash-interactive-5.2p32/bin/sh: line 1: id: command not found\n"} remote-containers.rebuildAndReopenInContainer {"value":"ms-vscode-remote.remote-containers","_lower":"ms-vscode-remote.remote-containers"}
After adding a
devcontainer.json
to a project and runningRebuild and reopen in container
i get the following error:the
id
command works fine in my terminal though.Anybody got this working?
The text was updated successfully, but these errors were encountered: