Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b387732

Browse files
author
Andreas Gerlach
committed
fix: update download size for server
1 parent 8ee4b2c commit b387732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const {
1212
} = actionProviders
1313

1414
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.34.0/jdt-language-server-0.34.0-201902280418.tar.gz'
15-
const serverDownloadSize = 35873467
15+
const serverDownloadSize = 38853370
1616
const serverLauncher = '/plugins/org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar'
1717
const minJavaRuntime = 1.8
1818
const bytesToMegabytes = 1024 * 1024

0 commit comments

Comments
 (0)