Skip to content

Commit b750bb0

Browse files
authored
Referring to the correct new setting name (microsoft#257030)
referring to the correct new setting name
1 parent bd213a7 commit b750bb0

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
@@ -6073,7 +6073,7 @@ export const EditorOptions = {
60736073
renderRichScreenReaderContent: register(new EditorBooleanOption(
60746074
EditorOption.renderRichScreenReaderContent, 'renderRichScreenReaderContent', false,
60756075
{
6076-
description: nls.localize('renderRichScreenReaderContent', "Whether to render rich screen reader content when the `editor.experimentalEditContext` is enabled."),
6076+
description: nls.localize('renderRichScreenReaderContent', "Whether to render rich screen reader content when the `editor.editContext` is enabled."),
60776077
}
60786078
)),
60796079
stickyScroll: register(new EditorStickyScroll()),

0 commit comments

Comments
 (0)