You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/editor/common/config/editorOptions.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1183,7 +1183,7 @@ class EditorAccessibilitySupport extends BaseEditorOption<EditorOption.accessibi
1183
1183
],
1184
1184
default: 'auto',
1185
1185
tags: ['accessibility'],
1186
-
description: nls.localize('accessibilitySupport',"Controls whether the editor should run in a mode where it is optimized for screen readers. Setting to on will disable word wrapping.")
1186
+
description: nls.localize('accessibilitySupport',"Controls whether the editor should run in a mode where it is optimized for screen readers.")
0 commit comments