Give the LanguageClient an easier id to use. (#2135)

This commit is contained in:
Alexander Eyers-Taylor
2023-03-03 17:26:08 +00:00
committed by GitHub
parent 9703d10b32
commit 2217d3f21f

View File

@@ -899,6 +899,7 @@ async function activateWithInstalledDistribution(
void extLogger.log("Initializing CodeQL language server.");
const client = new LanguageClient(
"codeQL.lsp",
"CodeQL Language Server",
() => spawnIdeServer(qlConfigurationListener),
{