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

Commit 7372efd

Browse files
author
Andreas Gerlach
committed
update to jdt-ls 0.38.0
1 parent 46da63d commit 7372efd

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,8 +11,8 @@ const {
1111
removeUnusedImportProvider
1212
} = actionProviders
1313

14-
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.35.0/jdt-language-server-0.35.0-201903142358.tar.gz'
15-
const serverDownloadSize = 38920044
14+
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.38.0/jdt-language-server-0.38.0-201905021936.tar.gz'
15+
const serverDownloadSize = 39046507
1616
const serverLauncher = '/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar'
1717
const minJavaRuntime = 1.8
1818
const bytesToMegabytes = 1024 * 1024

0 commit comments

Comments
 (0)