Skip to content

Commit 97bf4fa

Browse files
committed
try setting env variable
1 parent 0a7f768 commit 97bf4fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/scripts/test/launchTestUtilities.ts

Lines changed: 2 additions & 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-
'--log critical',
114+
'"--log error"',
115115
...disableExtensionsArgs,
116116
workspacePath,
117117
...disableWorkspaceTrustArg,
@@ -122,6 +122,7 @@ async function getVSCodeCliArgs(params: {
122122
['DEVELOPMENT_PATH']: projectRootDir,
123123
['AWS_TOOLKIT_AUTOMATION']: params.suite,
124124
['TEST_DIR']: process.env.TEST_DIR,
125+
['ELECTRON_ENABLE_LOGGING']: 'false',
125126
...params.env,
126127
},
127128
}

0 commit comments

Comments
 (0)