Skip to content

Commit

Permalink
Fix typo in settings description (#227357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrogh authored Sep 2, 2024
1 parent bad109e commit d09064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/inlineChat/common/inlineChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
type: 'string',
enum: ['auto', 'on', 'off'],
markdownEnumDescriptions: [
localize('accessibleDiffView.auto', "The accessible diff viewer is based screen reader mode being enabled."),
localize('accessibleDiffView.auto', "The accessible diff viewer is based on screen reader mode being enabled."),
localize('accessibleDiffView.on', "The accessible diff viewer is always enabled."),
localize('accessibleDiffView.off', "The accessible diff viewer is never enabled."),
],
Expand Down

0 comments on commit d09064e

Please sign in to comment.