mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
testing: don't enable showAllMessages by default (#186379)
Fixes #186372
This commit is contained in:
@@ -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."),
|
||||
|
||||
Reference in New Issue
Block a user