Give the LanguageClient an easier id to use. (#2135)
This commit is contained in:
committed by
GitHub
parent
9703d10b32
commit
2217d3f21f
@@ -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),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user