mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
vscode: remove comment about updates notification
This commit is contained in:
parent
9053003e3b
commit
765852a444
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue