Skip to content

Commit d6e8924

Browse files
committed
Update workaround comment
1 parent 90a5c46 commit d6e8924

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

editors/code/src/net.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ async function downloadFile(
124124
return new Promise<void>(resolve => {
125125
destFileStream.on("close", resolve);
126126
destFileStream.destroy();
127-
128-
// Details on workaround: https://github.com/rust-analyzer/rust-analyzer/pull/3092#discussion_r378191131
129-
// Issue at nodejs repo: https://github.com/nodejs/node/issues/31776
127+
// This workaround is awaiting to be removed when vscode moves to newer nodejs version:
128+
// https://github.com/rust-analyzer/rust-analyzer/issues/3167
130129
});
131130
}

0 commit comments

Comments
 (0)