Skip to content

Commit 56ec765

Browse files
authored
testing: don't enable showAllMessages by default (microsoft#186379)
Fixes microsoft#186372
1 parent 4ddef94 commit 56ec765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/testing/common/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const testingConfiguration: IConfigurationNode = {
7575
[TestingConfigKeys.ShowAllMessages]: {
7676
description: localize('testing.showAllMessages', "Controls whether to show messages from all test runs."),
7777
type: 'boolean',
78-
default: true,
78+
default: false,
7979
},
8080
[TestingConfigKeys.AutoOpenPeekViewDuringContinuousRun]: {
8181
description: localize('testing.automaticallyOpenPeekViewDuringContinuousRun', "Controls whether to automatically open the Peek view during continuous run mode."),

0 commit comments

Comments
 (0)