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

Commit dce7907

Browse files
committed
⬆️ language server
1 parent 61b6e56 commit dce7907

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Improve java version detection - thanks @Arcanemagus
44
- Update atom-languageclient to 0.9.3 to address messages with buttons & console logging
5+
- Update language server to 0.15.0 for improved hover, config triggers, diagnostic ranges etc.
56

67
## v0.8.1
78

lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const path = require('path')
55
const {shell} = require('electron')
66
const {AutoLanguageClient, DownloadFile} = require('atom-languageclient')
77

8-
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.12.1/jdt-language-server-0.12.1-201802010347.tar.gz'
9-
const serverDownloadSize = 35864358
8+
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.14.0/jdt-language-server-0.14.0-201802282111.tar.gz'
9+
const serverDownloadSize = 35873467
1010
const serverLauncher = '/plugins/org.eclipse.equinox.launcher_1.5.0.v20180119-0753.jar'
1111
const minJavaRuntime = 1.8
1212
const bytesToMegabytes = 1024 * 1024

0 commit comments

Comments
 (0)