We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b94e3 commit 790c33cCopy full SHA for 790c33c
1 file changed
extensions/ql-vscode/src/codeql-cli/cli.ts
@@ -718,6 +718,7 @@ export class CodeQLCliServer implements Disposable {
718
async resolveLibraryPath(
719
workspaces: string[],
720
queryPath: string,
721
+ silent = false,
722
): Promise<QuerySetup> {
723
const subcommandArgs = [
724
"--query",
@@ -728,6 +729,7 @@ export class CodeQLCliServer implements Disposable {
728
729
["resolve", "library-path"],
730
subcommandArgs,
731
"Resolving library paths",
732
+ { silent },
733
);
734
}
735
0 commit comments