From d6e89244ec46bc4d12388975082beeba85ff0b9b Mon Sep 17 00:00:00 2001 From: Veetaha Date: Fri, 19 Jun 2020 20:52:06 +0300 Subject: Update workaround comment --- editors/code/src/net.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'editors/code/src') diff --git a/editors/code/src/net.ts b/editors/code/src/net.ts index 492213937..f0b085420 100644 --- a/editors/code/src/net.ts +++ b/editors/code/src/net.ts @@ -124,8 +124,7 @@ async function downloadFile( return new Promise(resolve => { destFileStream.on("close", resolve); destFileStream.destroy(); - - // Details on workaround: https://github.com/rust-analyzer/rust-analyzer/pull/3092#discussion_r378191131 - // Issue at nodejs repo: https://github.com/nodejs/node/issues/31776 + // This workaround is awaiting to be removed when vscode moves to newer nodejs version: + // https://github.com/rust-analyzer/rust-analyzer/issues/3167 }); } -- cgit v1.2.3