Skip to content

Commit 0a7f768

Browse files
committed
try setting log level to critical
1 parent 3c840f3 commit 0a7f768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/scripts/test/launchTestUtilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async function getVSCodeCliArgs(params: {
111111
extensionTestsPath: resolve(projectRootDir, params.relativeTestEntryPoint),
112112
// For verbose VSCode logs, add "--verbose --log debug". c2165cf48e62c
113113
launchArgs: [
114-
'--disable-gpu',
114+
'--log critical',
115115
...disableExtensionsArgs,
116116
workspacePath,
117117
...disableWorkspaceTrustArg,

0 commit comments

Comments
 (0)