mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Merge pull request #3204 from Veetaha/feature/vscode-remove-updates-notification-comment
vscode: remove comment about updates notification
This commit is contained in:
commit
742459c8fe
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