Skip to content

Commit 577654a

Browse files
committed
1 parent 8038e0e commit 577654a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5093,7 +5093,7 @@ export const EditorOptions = {
50935093
EditorOption.ariaLabel, 'ariaLabel', nls.localize('editorViewAccessibleLabel', "Editor content")
50945094
)),
50955095
screenReaderAnnounceInlineSuggestion: register(new EditorBooleanOption(
5096-
EditorOption.screenReaderAnnounceInlineSuggestion, 'screenReaderAnnounceInlineSuggestion', false,
5096+
EditorOption.screenReaderAnnounceInlineSuggestion, 'screenReaderAnnounceInlineSuggestion', true,
50975097
{
50985098
description: nls.localize('screenReaderAnnounceInlineSuggestion', "Control whether inline suggestions are announced by a screen reader."),
50995099
tags: ['accessibility']

0 commit comments

Comments
 (0)