We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dea3ee commit 2a17651Copy full SHA for 2a17651
test/utils/integration.ts
@@ -3,7 +3,7 @@ import { runCodeServer } from "../../src/node/main"
3
import * as httpserver from "./httpserver"
4
5
export async function setup(argv: string[], configFile?: string): Promise<httpserver.HttpServer> {
6
- argv = ["--bind-addr=localhost:0", ...argv]
+ argv = ["--bind-addr=localhost:0", "--log=warn", ...argv]
7
8
const cliArgs = parse(argv)
9
const configArgs = parseConfigFile(configFile || "", "test/integration.ts")
0 commit comments