Hovers navigation for theia-spring-boot

This commit is contained in:
BoykoAlex
2018-05-09 14:31:15 -04:00
parent ad11226774
commit 0f04a67643
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ public final class SourceLinkFactory {
public static SourceLinks createSourceLinks(BootJavaLanguageServerComponents server) {
switch (LspClient.currentClient()) {
case VSCODE:
case THEIA:
return new VSCodeSourceLinks(server);
case ECLIPSE:
return new EclipseSourceLinks();