Private methods
| 168 | |
| 169 | // Private methods |
| 170 | bool LanguageServer::shouldCreateClient() |
| 171 | { |
| 172 | return SettingsManager::get("LSP/Use Linting " + language).toBool() || |
| 173 | SettingsManager::get("LSP/Use Autocomplete " + language).toBool(); |
| 174 | } |
| 175 | |
| 176 | void LanguageServer::createClient() |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected