mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
Update workaround comment
This commit is contained in:
parent
90a5c4626a
commit
d6e89244ec
1 changed files with 2 additions and 3 deletions
|
@ -124,8 +124,7 @@ async function downloadFile(
|
|||
return new Promise<void>(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
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue