Skip to content

Commit feef6f7

Browse files
authored
using a markdown description and linkifying editor.editContext (microsoft#259166)
1 parent 7a375a1 commit feef6f7

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
@@ -6084,7 +6084,7 @@ export const EditorOptions = {
60846084
renderRichScreenReaderContent: register(new EditorBooleanOption(
60856085
EditorOption.renderRichScreenReaderContent, 'renderRichScreenReaderContent', false,
60866086
{
6087-
description: nls.localize('renderRichScreenReaderContent', "Whether to render rich screen reader content when the `editor.editContext` is enabled."),
6087+
markdownDescription: nls.localize('renderRichScreenReaderContent', "Whether to render rich screen reader content when the `#editor.editContext#` setting is enabled."),
60886088
}
60896089
)),
60906090
stickyScroll: register(new EditorStickyScroll()),

0 commit comments

Comments
 (0)