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

Commit 46da63d

Browse files
author
Andreas Gerlach
committed
update to jdtls 0.35 for getting recent fix for signature help
1 parent 06a3e8d commit 46da63d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/main.js

Lines changed: 3 additions & 3 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.34.0/jdt-language-server-0.34.0-201902280418.tar.gz'
15-
const serverDownloadSize = 38853370
16-
const serverLauncher = '/plugins/org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar'
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
16+
const serverLauncher = '/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar'
1717
const minJavaRuntime = 1.8
1818
const bytesToMegabytes = 1024 * 1024
1919

0 commit comments

Comments
 (0)