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

Commit 8ee4b2c

Browse files
committed
update langserver version to 0.34
1 parent 89e1131 commit 8ee4b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const {
1111
removeUnusedImportProvider
1212
} = actionProviders
1313

14-
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.14.0/jdt-language-server-0.14.0-201802282111.tar.gz'
14+
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.34.0/jdt-language-server-0.34.0-201902280418.tar.gz'
1515
const serverDownloadSize = 35873467
16-
const serverLauncher = '/plugins/org.eclipse.equinox.launcher_1.5.0.v20180119-0753.jar'
16+
const serverLauncher = '/plugins/org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar'
1717
const minJavaRuntime = 1.8
1818
const bytesToMegabytes = 1024 * 1024
1919

0 commit comments

Comments
 (0)