When started by a user whose UID/GID isn't the default, VSC changes the UID without updating the group ownership of /opt/conda. To get around this, we create a mamba-admin group, add mambauser to this group, and change the group ownership to mamba-admin.
When started by a user whose UID/GID isn't the default, VSC changes the UID without updating the group ownership of /opt/conda. To get around this, we create a
mamba-admin
group, addmambauser
to this group, and change the group ownership tomamba-admin
.