diff --git a/src/vs/workbench/contrib/testing/common/configuration.ts b/src/vs/workbench/contrib/testing/common/configuration.ts index 16cceda412adc..e9ab2c0ac5618 100644 --- a/src/vs/workbench/contrib/testing/common/configuration.ts +++ b/src/vs/workbench/contrib/testing/common/configuration.ts @@ -126,7 +126,7 @@ export const testingConfiguation: IConfigurationNode = { localize('testing.openTesting.openOnTestFailure', 'Open the testing view on any test failure'), ], default: 'openOnTestStart', - description: localize('testing.openTesting', "Controls when the debug view should open.") + description: localize('testing.openTesting', "Controls when the testing view should open.") }, } };