"vscode:/vscode.git/clone" did not exist on "88c6c669c3d64b5e91855331103d6b4350907270"
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