aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* LSP: make fromMap() a non static member functionDavid Schulz2018-09-211-7/+9
* LSP: rename LanguageClientSettings -> BaseSettingsDavid Schulz2018-09-201-12/+12
* LSP: store settings on the heapDavid Schulz2018-09-201-36/+29
* LSP: let the settings generate the clientDavid Schulz2018-09-201-1/+10
* LSP: correctly shutdown client that is currently being restartedDavid Schulz2018-09-191-3/+8
* LSP: use QtcProcess::splitArgs for language server argumentsDavid Schulz2018-09-111-10/+6
* LSP: Use MimeType file filter for language serversDavid Schulz2018-09-101-13/+22
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+408