From f29ffc3e81cc98403a02e2a2459044d651963b27 Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Sun, 6 Feb 2022 09:25:26 +0000 Subject: [PATCH] Fix `testing.openTesting` setting text (#142306) --- src/vs/workbench/contrib/testing/common/configuration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") }, } };