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