VS Code API
    Preparing search index...

    Interface DocumentSymbolProviderMetadata

    Metadata about a document symbol provider.

    interface DocumentSymbolProviderMetadata {
        label?: string;
    }
    Index

    Properties

    Properties

    label?: string

    A human-readable string that is shown when multiple outlines trees show for one document.