Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/src/vscode-dts/vscode.proposed.contribAccessibilityHelpContent.d.ts
3290 views
1
/*---------------------------------------------------------------------------------------------
2
* Copyright (c) Microsoft Corporation. All rights reserved.
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
// empty placeholder declaration for the `accessibilityHelpContent`-property of the `views`-contribution
7
8
// https://github.com/microsoft/vscode/issues/209855 @meganrogge
9
10
/**
11
* View contributions can include an `accessibilityHelpContent` property that provides help content for screen readers
12
* when the accessibility help dialog is invoked by the user with focus in the view.
13
*
14
* The content is provided as a markdown string and can contain commands that will be resolved along with their keybindings.
15
*/
16
17