@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface CommandDescriptor

    Static metadata for a command. Mirrors what contributes.commands declares.

    interface CommandDescriptor {
        category?: string;
        id: string;
        title?: string;
    }
    Index
    category?: string

    Category shown in the Command Palette.

    id: string

    Fully-qualified command id, exactly as contributed.

    title?: string

    Title shown in the Command Palette.