PT #166603176: Limit hover request processing time

This commit is contained in:
BoykoAlex
2019-06-21 14:01:53 -04:00
parent cd873229b6
commit ee16ee17c3
12 changed files with 1604 additions and 2626 deletions

View File

@@ -119,6 +119,8 @@ public abstract class STS4LanguageServerProcessStreamConnector extends ProcessSt
command.add(mainClass);
command.add("--languageserver.hover-timeout=225");
setCommands(command.build());
}
catch (Exception e) {