"vscode:/vscode.git/clone" did not exist on "2b2652d7c4a9c34b815e0903135dfe97215ce823"
Use correct libuv call on Windows (#784)
Explicitly call `uv_poll_init_socket` as that has slightly different semantics on Windows (and is identical to `uv_poll_init` on Linux). http://docs.libuv.org/en/v1.x/poll.html#c.uv_poll_init_socket
Please register or sign in to comment