testing: don't enable showAllMessages by default (#186379)

Fixes #186372
This commit is contained in:
Connor Peet
2023-06-27 11:50:09 -07:00
committed by GitHub
parent 4ddef94beb
commit 56ec7658d3
@@ -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."),