interface CodeLens {
    command?: Command;
    id?: string;
    range: IRange;
}

Properties

Properties

command?: Command
id?: string
range: IRange