Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/core/scripts/test/launchTestUtilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ async function getVSCodeCliArgs(params: {
extensionTestsPath: resolve(projectRootDir, params.relativeTestEntryPoint),
// For verbose VSCode logs, add "--verbose --log debug". c2165cf48e62c
launchArgs: [
'"--log error"',
...disableExtensionsArgs,
workspacePath,
...disableWorkspaceTrustArg,
Expand All @@ -121,6 +122,7 @@ async function getVSCodeCliArgs(params: {
['DEVELOPMENT_PATH']: projectRootDir,
['AWS_TOOLKIT_AUTOMATION']: params.suite,
['TEST_DIR']: process.env.TEST_DIR,
['ELECTRON_ENABLE_LOGGING']: 'false',
...params.env,
},
}
Expand Down
Loading