/*--------------------------------------------------------------------------------------------- * 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. */