Switch LS to std in/out from socket with port
This commit is contained in:
@@ -53,14 +53,6 @@ import com.google.common.collect.ImmutableSet;
|
||||
*/
|
||||
public class DelegatingStreamConnectionProvider implements StreamConnectionProvider {
|
||||
|
||||
private static final boolean DEBUG = (""+Platform.getLocation()).contains("kdvolder");
|
||||
private static void debug(String string) {
|
||||
if (DEBUG) {
|
||||
System.out.println(string);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private StreamConnectionProvider provider;
|
||||
private ResourceListener fResourceListener;
|
||||
private LanguageServer languageServer;
|
||||
|
||||
@@ -75,7 +75,6 @@ public class LiveProcessCommandsQuickAccessProvider implements IQuickAccessCompu
|
||||
}
|
||||
|
||||
private void createCommandItems(List<QuickAccessElement> res, Object commandResult) {
|
||||
System.out.println(commandResult);
|
||||
|
||||
if (commandResult instanceof List<?>) {
|
||||
List<?> allCommands = (List<?>) commandResult;
|
||||
|
||||
Reference in New Issue
Block a user