We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 992079d + 0872117 commit 98b30afCopy full SHA for 98b30af
1 file changed
extensions/ql-vscode/src/codeql-cli/cli.ts
@@ -796,6 +796,11 @@ export class CodeQLCliServer implements Disposable {
796
["resolve", "tests", "--strict-test-discovery"],
797
subcommandArgs,
798
"Resolving tests",
799
+ {
800
+ // This happens as part of a background process, so we don't want to
801
+ // spam the log with messages.
802
+ silent: true,
803
+ },
804
);
805
}
806
0 commit comments