vscode: remove comment about updates notification

This commit is contained in:
Veetaha 2020-02-17 22:19:00 +02:00
parent 9053003e3b
commit 765852a444

View File

@ -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;
}