Skip to content

Commit

Permalink
testing: don't enable showAllMessages by default
Browse files Browse the repository at this point in the history
Fixes #186372
  • Loading branch information
connor4312 committed Jun 27, 2023
1 parent da7f05a commit 0a28d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/testing/common/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
Expand Down

0 comments on commit 0a28d2d

Please sign in to comment.