We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9703d10 commit 2217d3fCopy full SHA for 2217d3f
1 file changed
extensions/ql-vscode/src/extension.ts
@@ -899,6 +899,7 @@ async function activateWithInstalledDistribution(
899
900
void extLogger.log("Initializing CodeQL language server.");
901
const client = new LanguageClient(
902
+ "codeQL.lsp",
903
"CodeQL Language Server",
904
() => spawnIdeServer(qlConfigurationListener),
905
{
0 commit comments