Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix testing.openTesting setting text (#142306)
  • Loading branch information
gjsjohnmurray committed Feb 6, 2022
commit f29ffc3e81cc98403a02e2a2459044d651963b27
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 @@ -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.")
},
}
};
Expand Down