Silence resolve tests command
This hides that the `resolve tests` command is run from the user, as it is run as part of a background process and spams the log.
This commit is contained in:
@@ -797,6 +797,11 @@ export class CodeQLCliServer implements Disposable {
|
|||||||
["resolve", "tests", "--strict-test-discovery"],
|
["resolve", "tests", "--strict-test-discovery"],
|
||||||
subcommandArgs,
|
subcommandArgs,
|
||||||
"Resolving tests",
|
"Resolving tests",
|
||||||
|
{
|
||||||
|
// This happens as part of a background process, so we don't want to
|
||||||
|
// spam the log with messages.
|
||||||
|
silent: true,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user