"vscode:/vscode.git/clone" did not exist on "ed47f77977a62043266e8e12de6e1af97a2edb54"
Avoid redundant calls to signalKeyAsReady (#7625)
signalKeyAsReady has some overhead (namely dictFind) so we should only call it when there are clients blocked on the relevant type (BLOCKED_*)
Please register or sign in to comment