Interface CodeLens

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

Properties§

§command?: Command
§id?: string
§range: IRange