Merge pull request #183588 from microsoft/merogge/conf

rm message abt macOS
This commit is contained in:
Megan Rogge 2023-05-26 15:16:47 -05:00 committed by GitHub
commit b52b8289cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5084,7 +5084,7 @@ export const EditorOptions = {
screenReaderAnnounceInlineSuggestion: register(new EditorBooleanOption(
EditorOption.screenReaderAnnounceInlineSuggestion, 'screenReaderAnnounceInlineSuggestion', false,
{
description: nls.localize('screenReaderAnnounceInlineSuggestion', "Control whether inline suggestions are announced by a screen reader. Note that this does not work on macOS with VoiceOver."),
description: nls.localize('screenReaderAnnounceInlineSuggestion', "Control whether inline suggestions are announced by a screen reader."),
tags: ['accessibility']
}
)),