File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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.
5151Use 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
15791579code completion."
15801580 :type 'boolean
You can’t perform that action at this time.
0 commit comments