Defer language aliasing to CLI when appropriate
This commit is contained in:
parent
0ac7669167
commit
e26ed57a22
8 changed files with 45 additions and 29 deletions
|
|
@ -128,7 +128,7 @@ export interface CodeQL {
|
|||
*/
|
||||
resolveBuildEnvironment(
|
||||
workingDir: string | undefined,
|
||||
language: Language,
|
||||
language: string,
|
||||
): Promise<ResolveBuildEnvironmentOutput>;
|
||||
|
||||
/**
|
||||
|
|
@ -780,7 +780,7 @@ export async function getCodeQLForCmd(
|
|||
},
|
||||
async resolveBuildEnvironment(
|
||||
workingDir: string | undefined,
|
||||
language: Language,
|
||||
language: string,
|
||||
) {
|
||||
const codeqlArgs = [
|
||||
"resolve",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue