Skip to content

Commit 491eda6

Browse files
bors[bot]Veetaha
andauthored
Merge #4955
4955: Update workaround comment r=matklad a=Veetaha Co-authored-by: Veetaha <veetaha2@gmail.com>
2 parents 1d4388f + d6e8924 commit 491eda6

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)