rm message abt macOS

This commit is contained in:
meganrogge 2023-05-26 14:59:40 -05:00
parent 230a6266eb
commit 5db1fb2af0
No known key found for this signature in database
GPG key ID: AA74638D4878183D

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']
}
)),