You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: headless-services/commons/commons-gradle/src/main/java/org/springframework/ide/vscode/commons/gradle/GradleCore.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@ public interface GradleCoreProject {
Copy file name to clipboardExpand all lines: headless-services/commons/commons-language-server/src/main/java/org/springframework/ide/vscode/commons/languageserver/LspProgressClient.java
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -58,17 +58,16 @@ class LspProgressClient implements ProgressClient {
58
58
this.clientSupplier = clientSupplier;
59
59
}
60
60
61
-
privateSTS4LanguageClientrequireClient() {
62
-
STS4LanguageClientclient = clientSupplier.get();
63
-
if (client == null) {
64
-
thrownewIllegalStateException("Language client is not connected. Progress notifications require an active client connection.");
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server-standalone/src/main/java/org/springframework/ide/vscode/boot/app/LegacyJavaProjectsService.java
0 commit comments