aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-17 20:19:00 +0000
committerVeetaha <[email protected]>2020-02-17 20:19:00 +0000
commit765852a44461ed3524fe89eebbc9235986093adc (patch)
treea7869d3d9e67bd2aa3d362fcbf2e4dc070a36acf /editors
parent9053003e3b298b38f6029b860efc5baed1996385 (diff)
vscode: remove comment about updates notification
Diffstat (limited to 'editors')
-rw-r--r--editors/code/src/installation/server.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/installation/server.ts b/editors/code/src/installation/server.ts
index 80cb719e3..6f69af698 100644
--- a/editors/code/src/installation/server.ts
+++ b/editors/code/src/installation/server.ts
@@ -43,7 +43,6 @@ export async function ensureServerBinary(source: null | BinarySource): Promise<n
43 console.log("Installed version:", installedVersion, "required:", requiredVersion); 43 console.log("Installed version:", installedVersion, "required:", requiredVersion);
44 44
45 if (isBinaryAvailable(prebuiltBinaryPath) && installedVersion == requiredVersion) { 45 if (isBinaryAvailable(prebuiltBinaryPath) && installedVersion == requiredVersion) {
46 // FIXME: check for new releases and notify the user to update if possible
47 return prebuiltBinaryPath; 46 return prebuiltBinaryPath;
48 } 47 }
49 48