Files
vscode/src/vscode-dts/vscode.proposed.contribAccessibilityHelpContent.d.ts
meganrogge fd871b4ed0 fix grammar
2024-04-09 09:14:05 -07:00

16 lines
865 B
TypeScript

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// empty placeholder declaration for the `accessibilityHelpContent`-property of the `views`-contribution
// https://github.com/microsoft/vscode/issues/209855 @meganrogge
/**
* View contributions can include an `accessibilityHelpContent` property that provides help content for screen readers
* when the accessibility help dialog is invoked by the user with focus in the view.
*
* The content is provided as a markdown string and can contain commands that will be resolved along with their keybindings.
*/