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: plugins/plugin-languageserver/che-plugin-languageserver-ide/src/main/java/org/eclipse/che/plugin/languageserver/ide/LanguageServerExtension.java
Copy file name to clipboardExpand all lines: plugins/plugin-languageserver/che-plugin-languageserver-ide/src/main/java/org/eclipse/che/plugin/languageserver/ide/editor/LanguageServerReconcileStrategy.java
Copy file name to clipboardExpand all lines: plugins/plugin-languageserver/che-plugin-languageserver-ide/src/main/java/org/eclipse/che/plugin/languageserver/ide/editor/codeassist/LanguageServerCodeAssistProcessor.java
Copy file name to clipboardExpand all lines: plugins/plugin-languageserver/che-plugin-languageserver-ide/src/main/java/org/eclipse/che/plugin/languageserver/ide/editor/codeassist/LatestCompletionResult.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ public class LatestCompletionResult {
23
23
privateTextDocumentIdentifierdocumentId;
24
24
privateintoffset;
25
25
privateStringword;
26
-
privateExtendedCompletionListcompletionList;
26
+
privateExtendedCompletionListcompletionList;
27
27
28
28
/**
29
29
* Returns the identifier of document used to compute the latest completion
Copy file name to clipboardExpand all lines: plugins/plugin-languageserver/che-plugin-languageserver-ide/src/main/java/org/eclipse/che/plugin/languageserver/ide/hover/HoverProvider.java
Copy file name to clipboardExpand all lines: wsagent/che-core-api-languageserver-maven-plugin/src/main/java/org/eclipse/che/api/languageserver/generator/EitherUtil.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ static Type getRightDisjointType(Type type) {
Copy file name to clipboardExpand all lines: wsagent/che-core-api-languageserver/src/main/java/org/eclipse/che/api/languageserver/launcher/LanguageServerLauncher.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ public interface LanguageServerLauncher {
22
22
23
23
/**
24
24
* Initializes and starts a language server.
25
-
*
25
+
*
26
26
* @param projectPath
27
27
* absolute path to the project
28
28
* @param client
@@ -36,7 +36,7 @@ public interface LanguageServerLauncher {
36
36
LanguageServerDescriptiongetDescription();
37
37
38
38
/**
39
-
* Indicates if language server is installed and is ready to be started.
39
+
* Indicates if language server is installed and is ready to be started.
0 commit comments