Merge branch 'master' of github.com:spring-projects/sts4

This commit is contained in:
Kris De Volder
2018-05-09 15:07:41 -07:00
9 changed files with 189 additions and 114 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();