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