mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 13:31:07 +01:00
16 lines
865 B
TypeScript
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.
|
|
*/
|