Skip to content

Commit 2217d3f

Browse files
author
Alexander Eyers-Taylor
authored
Give the LanguageClient an easier id to use. (#2135)
1 parent 9703d10 commit 2217d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ async function activateWithInstalledDistribution(
899899

900900
void extLogger.log("Initializing CodeQL language server.");
901901
const client = new LanguageClient(
902+
"codeQL.lsp",
902903
"CodeQL Language Server",
903904
() => spawnIdeServer(qlConfigurationListener),
904905
{

0 commit comments

Comments
 (0)