Skip to content

Commit eda63cb

Browse files
committed
Upgrade java debug adapter and switch to JDT LS stable
1 parent 305eb56 commit eda63cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<artifactItem>
9292
<groupId>com.microsoft.java</groupId>
9393
<artifactId>com.microsoft.java.debug.plugin</artifactId>
94-
<version>0.11.0</version>
94+
<version>0.20.0</version>
9595
<outputDirectory>${java.debug.root}</outputDirectory>
9696
<destFileName>java.debug.plugin.jar</destFileName>
9797
</artifactItem>

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The slash is expected at the end."
4646
:risky t
4747
:type 'directory)
4848

49-
(defcustom lsp-java-jdt-download-url "http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz"
49+
(defcustom lsp-java-jdt-download-url "http://download.eclipse.org/jdtls/milestones/0.40.0/jdt-language-server-0.40.0-201906040221.tar.gz"
5050
"JDT JS download url.
5151
Use http://download.eclipse.org/che/che-ls-jdt/snapshots/che-jdt-language-server-latest.tar.gz if you want to use Eclipse Che JDT LS."
5252
:group 'lsp-java

0 commit comments

Comments
 (0)