Skip to content

Commit e78199d

Browse files
committed
Bump versions
1 parent 961f1a1 commit e78199d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<artifactItem>
119119
<groupId>com.microsoft.java</groupId>
120120
<artifactId>com.microsoft.java.debug.plugin</artifactId>
121-
<version>0.39.0</version>
121+
<version>0.46.0</version>
122122
<outputDirectory>${java.debug.root}</outputDirectory>
123123
<destFileName>java.debug.plugin.jar</destFileName>
124124
</artifactItem>

lsp-java.el

Lines changed: 2 additions & 2 deletions
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 "https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.22.0/jdt-language-server-1.22.0-202304131553.tar.gz"
49+
(defcustom lsp-java-jdt-download-url "https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.23.0/jdt-language-server-1.23.0-202304271346.tar.gz"
5050
"JDT JS download url.
5151
Use https://download.eclipse.org/jdtls/milestones/1.12.0/jdt-language-server-1.12.0-202206011637.tar.gz if you want to use older java version."
5252
:type 'string)
@@ -1574,7 +1574,7 @@ postfix snippets are sorted."
15741574
:type '(choice (:const "auto") (:const "firstLetter") (:const "off"))
15751575
:lsp-path "java.completion.matchCase")
15761576

1577-
(lsp-defcustom lsp-java-completion-lazy-resolve-text-edit-enabled t
1577+
(lsp-defcustom lsp-java-completion-lazy-resolve-text-edit-enabled nil
15781578
"[Experimental] Enable/disable lazily resolving text edits for
15791579
code completion."
15801580
:type 'boolean

0 commit comments

Comments
 (0)