diff --git a/src/vs/workbench/contrib/testing/common/configuration.ts b/src/vs/workbench/contrib/testing/common/configuration.ts index 8ab51e92ec8..1bddb34c627 100644 --- a/src/vs/workbench/contrib/testing/common/configuration.ts +++ b/src/vs/workbench/contrib/testing/common/configuration.ts @@ -75,7 +75,7 @@ export const testingConfiguration: IConfigurationNode = { [TestingConfigKeys.ShowAllMessages]: { description: localize('testing.showAllMessages', "Controls whether to show messages from all test runs."), type: 'boolean', - default: true, + default: false, }, [TestingConfigKeys.AutoOpenPeekViewDuringContinuousRun]: { description: localize('testing.automaticallyOpenPeekViewDuringContinuousRun', "Controls whether to automatically open the Peek view during continuous run mode."),