Automatically show language server logs in Eclipse console

This commit is contained in:
Kris De Volder
2018-02-01 13:49:06 -08:00
parent 176a40b4b3
commit 42fc5da462
9 changed files with 273 additions and 10 deletions

View File

@@ -43,6 +43,7 @@ public class CloudFoundryManifestLanguageServer extends STS4LanguageServerProces
private static List<CloudFoundryManifestLanguageServer> servers = new CopyOnWriteArrayList<>();
public CloudFoundryManifestLanguageServer() {
super("Cloudfoundry Language Server");
List<String> commands = new ArrayList<>();
commands.add(JRE.currentJRE().getJavaExecutable());