aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use refactored ProcessModeJarek Kobus2021-08-091-0/+1
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-3/+4
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-4/+6
* LanguageServer: Use Utils::CommandLine in StdIOClientInterfacehjk2021-05-031-7/+2
* LanguageClient: Avoid one use of SynchronousProcesshjk2021-05-031-4/+1
* Java: use a temporary directory for the workspaceDavid Schulz2021-02-231-11/+11
* LSP: log non protocol lines instead of throwing an errorDavid Schulz2019-05-091-6/+5
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-1/+1
|\
| * LanguageClient: Fix error message on crashChristian Stenger2019-05-071-1/+1
* | LanguageClient: Compare expanded arguments for stdio clientsDavid Schulz2019-04-021-1/+1
|/
* LanguageClient: fix restart check for stdio clientsDavid Schulz2019-03-121-1/+1
* LSP: separate communication interface and client logicDavid Schulz2019-02-041-0/+165