The render data for a command palette empty message.

interface IEmptyMessageRenderData {
    query: string;
}

Properties

Properties

query: string

The query which failed to match any commands.