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
Add optional workaround for bug with non-existing local user ubuntu to devcontainer.json
Some IDEs (looking at you, CLion) throw an error when building the container and can't find a local user named ubuntu in /etc/passwd. Disable updating the user ID in those cases to fix the build issue. A manual UID change using Docker run arguments might be needed in that case when your local user has a UID != 1000.
0 commit comments