MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / createClient

Method createClient

src/Extensions/LanguageServer.cpp:176–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void LanguageServer::createClient()
177{
178 delete lsp;
179 auto program = SettingsManager::get("LSP/Path " + language).toString();
180 auto args = QProcess::splitCommand(SettingsManager::get("LSP/Args " + language).toString().trimmed());
181 lsp = new LSPClient(program, args);
182}
183
184void LanguageServer::performConnection()
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected