mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
vscode: remove comment about updates notification
This commit is contained in:
parent
9053003e3b
commit
765852a444
@ -43,7 +43,6 @@ export async function ensureServerBinary(source: null | BinarySource): Promise<n
|
||||
console.log("Installed version:", installedVersion, "required:", requiredVersion);
|
||||
|
||||
if (isBinaryAvailable(prebuiltBinaryPath) && installedVersion == requiredVersion) {
|
||||
// FIXME: check for new releases and notify the user to update if possible
|
||||
return prebuiltBinaryPath;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user