Unfortunately there is no any short-path intelligence with ISL links
VCS uses the Fabric Shortest Path First (FSPF) routing protocol to distribute link-state information of all ISLs. FSPF is a Link State Path Selection protocol, similar to OSPF, which is an Interior Gateway Protocol (IGP) widely used in IP networks.
FSPF protocol keeps track of the state of the links on all switches in the Ethernet fabric. It also associates a cost with each link. The protocol computes paths from a switch to all the other switches in the fabric, by adding the cost of all the links traversed by the path, and choosing the path that minimizes the cost.
FSPF is similar to Layer 3 routing protocols like OSPF. Although it has roots from OSPF, FSPF only defines and implements point-to-point links. In other words, there is no concept of a designated router (DR) and a backup designated router (BDR), areas or summarization, or anything similar like that being managed in FSPF.
FSPF forms a single adjacency per fabric trunk.
FSPF Link Cost
ECMP in an Ethernet fabric behaves slightly differently from the traditional L3 ECMP. Link cost is a metric value assigned to the transmit (Tx) side of each ISL port. The link cost (metric) value for all interfaces is 500, regardless of bandwidth. A 10 Gbps interface has the same link cost as an 80 Gbps fabric trunk. If a neighbor switch is reachable through several interfaces of various link speeds, all of them are treated as ECMP routes.