"src/vscode:/vscode.git/clone" did not exist on "57239dacd03c55ab6913efe0bf6ef7bb958f3c92"
[Bugfix] Fix missing lock intialization (#1314)
This commit fixes a bug where the lock guard (for concurrently accessing
the same scope from different threads) had basically no effect, due to
being bound to a temporary only.
Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu>
Showing
Please register or sign in to comment