Skip to content

Commit d53215e

Browse files
authored
Update src/vs/workbench/contrib/accessibility/browser/accessibilityContribution.ts
1 parent 010df90 commit d53215e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibilityContribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const configuration: IConfigurationNode = {
5151
...baseProperty
5252
},
5353
[AccessibilityVerbositySettingId.InlineChat]: {
54-
description: localize('verbosity.interactiveEditor.description', 'Provide information /Users/meganrogge/Repos/vscode/vscode/src/vs/workbench/contrib/codeEditor/browser/accessibility/accessibility.tsabout how to access the inline editor chat accessibility help menu and alert with hints which describe how to use the feature when the input is focused'),
54+
description: localize('verbosity.interactiveEditor.description', 'Provide information about how to access the inline editor chat accessibility help menu and alert with hints which describe how to use the feature when the input is focused'),
5555
...baseProperty
5656
},
5757
[AccessibilityVerbositySettingId.KeybindingsEditor]: {

0 commit comments

Comments
 (0)