Path: blob/main/src/vscode-dts/vscode.proposed.contribAccessibilityHelpContent.d.ts
3290 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45// empty placeholder declaration for the `accessibilityHelpContent`-property of the `views`-contribution67// https://github.com/microsoft/vscode/issues/209855 @meganrogge89/**10* View contributions can include an `accessibilityHelpContent` property that provides help content for screen readers11* when the accessibility help dialog is invoked by the user with focus in the view.12*13* The content is provided as a markdown string and can contain commands that will be resolved along with their keybindings.14*/151617