"vscode:/vscode.git/clone" did not exist on "c5f23ca79bf203c021fdd32d531487d9d15ab3b8"
fix clear USER_FLAG_ALLCOMMANDS flag in acl
in ACLSetUserCommandBit, when the command bit overflows, no operation is performed, so no need clear the USER_FLAG_ALLCOMMANDS flag. in ACLSetUser, when adding subcommand, we don't need to call ACLGetCommandID ahead since subcommand may be empty.
Please register or sign in to comment