We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7f768 commit 97bf4faCopy full SHA for 97bf4fa
packages/core/scripts/test/launchTestUtilities.ts
@@ -111,7 +111,7 @@ async function getVSCodeCliArgs(params: {
111
extensionTestsPath: resolve(projectRootDir, params.relativeTestEntryPoint),
112
// For verbose VSCode logs, add "--verbose --log debug". c2165cf48e62c
113
launchArgs: [
114
- '--log critical',
+ '"--log error"',
115
...disableExtensionsArgs,
116
workspacePath,
117
...disableWorkspaceTrustArg,
@@ -122,6 +122,7 @@ async function getVSCodeCliArgs(params: {
122
['DEVELOPMENT_PATH']: projectRootDir,
123
['AWS_TOOLKIT_AUTOMATION']: params.suite,
124
['TEST_DIR']: process.env.TEST_DIR,
125
+ ['ELECTRON_ENABLE_LOGGING']: 'false',
126
...params.env,
127
},
128
}
0 commit comments