"vscode:/vscode.git/clone" did not exist on "88d71f479338c1a70fac15ea37f87315f9401f99"
Invert two sides of if expression in SET to avoid a lookup.
Because of the short circuit behavior of && inverting the two sides of the if expression avoids an hash table lookup if the non-EX variant of SET is called. Thanks to Weibin Yao (@yaoweibin on github) for spotting this.
Please register or sign in to comment