mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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);
|
console.log("Installed version:", installedVersion, "required:", requiredVersion);
|
||||||
|
|
||||||
if (isBinaryAvailable(prebuiltBinaryPath) && installedVersion == requiredVersion) {
|
if (isBinaryAvailable(prebuiltBinaryPath) && installedVersion == requiredVersion) {
|
||||||
// FIXME: check for new releases and notify the user to update if possible
|
|
||||||
return prebuiltBinaryPath;
|
return prebuiltBinaryPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue