Use markdownDescription

This commit is contained in:
Raymond Zhao 2025-08-01 14:26:12 -07:00
parent 77d4c872a6
commit 1c3dbb3eab
No known key found for this signature in database
GPG Key ID: FC85D7E1120707B5
1 changed files with 1 additions and 1 deletions

View File

@ -6084,7 +6084,7 @@ export const EditorOptions = {
renderRichScreenReaderContent: register(new EditorBooleanOption(
EditorOption.renderRichScreenReaderContent, 'renderRichScreenReaderContent', false,
{
description: nls.localize('renderRichScreenReaderContent', "Whether to render rich screen reader content when `#editor.editContext#` is enabled."),
markdownDescription: nls.localize('renderRichScreenReaderContent', "Whether to render rich screen reader content when `#editor.editContext#` is enabled."),
}
)),
stickyScroll: register(new EditorStickyScroll()),